WPF datagrid binding with datatable

volderArt

I know that my datatable has data in it but I don't see it in my datagrid. here is my binding.

<DataGrid Grid.Row="1" Name="DataGrid4" AutoGenerateColumns="TRUE" CanUserAddRows="False" CanUserDeleteRows="False" CanUserReorderColumns="False" AlternatingRowBackground="LightBlue" ItemsSource="{Binding Path=thisData.thisFollowUp.thisP.pData.dataTable.DefaultView}"/>

It is my understanding that I do not need to notify WPF when the datatable data has changed. Any Ideas what I am missing? I will add more code if it is necessary.

OneFineDay

If you set the DataContext of the enclosing container for the DataGrid you just need to call ItemSource = {Binding}. You can set the DataContext after you load the data in code behind. Examples

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

Binding to Button in WPF DataGrid does not update

분류에서Dev

Why are DataTable values not showing on WPF DataGrid when column name contains '/'?

분류에서Dev

Why are DataTable values not showing on WPF DataGrid when column name contains '/'?

분류에서Dev

MVVM을 사용하여 Datatable의 WPF DataGrid에 동적 열 표시

분류에서Dev

WPF DataGrid XML Binding and 1 Column for status that changes every 5 seconds

분류에서Dev

ComboBox를 사용하여 DataGrid 바인딩 (PropertyChanged, WPF, Binding)

분류에서Dev

CompositeCollection binding on a DataGrid by MVVM

분류에서Dev

UserControls의 wpf DataGrid

분류에서Dev

WPF DataGrid 계산

분류에서Dev

blink a wpf datagrid row

분류에서Dev

WPF DataGrid의 Colspan

분류에서Dev

WPF DataGrid 배경

분류에서Dev

WPF DataGrid SelectItem BeforeRightClick

분류에서Dev

WPF TreeView ListBox DataGrid

분류에서Dev

DataTable에 직접 바인딩 될 때 DataGrid 데이터 유효성 검사-C # / WPF

분류에서Dev

DataTable에 직접 바인딩 될 때 DataGrid 데이터 유효성 검사-C # / WPF

분류에서Dev

WPF DataGrid에서 DataTable로 변환하는 방법은 무엇입니까?

분류에서Dev

DataTable 및 DataGrid 통합

분류에서Dev

c # datatable / datagrid to List <T>

분류에서Dev

source updating in wpf binding

분류에서Dev

WPF binding command to ContextMenu

분류에서Dev

WPF - Two way binding

분류에서Dev

WPF binding to element that is binded

분류에서Dev

WPF Binding with RelativeSource Self

분류에서Dev

WPF Binding (Storyboard)

분류에서Dev

WPF IsEnabled binding

분류에서Dev

WPF DataGrid 용 ScrollIntoView (MVVM)

분류에서Dev

WPF DataGrid CustomSort for each Column

분류에서Dev

WPF DataGrid update on CollectionChanged fails

Related 관련 기사

뜨겁다태그

보관