Browse by Tags
All Tags » datagrid » Column (RSS)
-
Hi all,
I have a DataGridControl in XAML. Now to load this datagrid i am creating a DataGridCollectionView in code behind and assigning the DataTable from database to this DataGridCollectionView & using DataGridControl.ItemsSource = DataGridCollectionView . As in my application the data in database keeps on changing so i want to show ...
-
Hi All,
I am trying to template the first column of the datagrid control with a (checkbox + textbox) controls combination.
While using XML as datasource, i require ''DisplayMemberBinding'' attribute to be binded with data, unlike when I use object data as source.
Problem is if I am trying to bind the data using cell editor template as ...
|
|
|
|