Browse by Tags
All Tags » Binding Error Custom column (RSS)
-
I am not able to find any example where we can add,edit data based on ObservableCollection.
Can we do that? or are we stuck with bindableList. Secondly if the above data is exposed in combobox do how exactly we use xcdg:CellEditorBinding
Thanks
-
I try a proof of concept. I have an app that it composed of a window and a UserControl that uses the wpfgrid. the window create an instance of the userControl when conditions are met. The user control is binded in code behind . The grid datasource is binded dynamically with a DataGridCollectionView. then a column with button is created using ...
-
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 ...
-
HI
I'm binding a column to a button template for the purposes of a delete cell button.
I noticed in the debug window that the grid is actually trying to bind to the FieldName I have specified, and when it cannot find the field it is outputting allot of errors to the debug window.
Of course the field does not really exist since it's for the ...
|
|
|
|