Changing DataGrid Data
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I currently have a problem in my application which has me stumped. I have a datagrid with four columns that is has a dataview as a datasource which in turn has a DataTable as a datasource "dayDataTable". I have the ColumnChanging event on the DataTable bound. Now, sometimes, when I change the value of a cell, the dayDataTable_ColumnChanging function is not executed. What could cause this?