Home › Forums › WinForms controls › Xceed Grid for WinForms › add handler – value changed › Reply To: add handler – value changed
Hello,
I take it that the grid is using the dataset as a datasource? The problem might be that the Cell_ValueChanged event does not fire when the value of the cell changes due to a change in the datasource. It only fires if the cell value is modified directly, e.g. a new value entered into a non read only cell by the user.
Hope this helps,
David
Imported from legacy forums. Posted by David (had 3103 views)