Browse by Tags
All Tags » DataTable » Binding » DataSet (RSS)
-
Hello ,
I have a strange issue. I am binding a DataGrid with IList. When I try to retrieve the DataRow and try to use its DataContext. In case of some rows the DataRow is either null or DataContext of the DataRow is null. Although a binding item does exists in the IList.
Can anyone please help me on this ? This seems to be strange and ...
-
Hi all,
I have a DataGridControl , i attached the datasource to the grid through DataGridCollectionView.... Now i want to add a column at run time to the same DataGridControl , but this column will have a different DataSource. How can i get this ??? If i am not clear to you i can clarify more ..........
-
Hi Jenny,Thanks for your reply.After debugging the Binding, I found that setting Mode=TwoWay in the Binding markup extension solved the problem.
-
Hi,I'm trying to use a DatePicker outside of the DataGrid control, but I'm having trouble updating the datasource (System.Data.DataSet) with the SelectedDate value.The correct SelectedDate value is displayed in the DatePicker control when the Window is opened, but it seems as the Binding object for the DatePicker control is deleted upon selecting ...
|
|
|
|