Browse by Tags
All Tags » Databinding » CellContentTemplate (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,
Ideally it should not give you errors just because the fieldname you specified for the column does not exist in the data source.I've verified the same here by specifying a column with non-existent fieldname and it shows up without any error, just the cells in the column are blank. (I am binding my grid to a DataTable)
In your case what I ...
|
|
|
|