Hi,
Where is the CellValueChanged Event Handler for SfDataGrid?
What I want to achieve is to update certain columns of that specific row in an Access database after a change has been made directly in the SfDataGrid.
I will need to update the [Last Modified Date] of the row if [Name] is changed when directly making a change on the SfDataGrid.
I do not want to update [Last Modified Date] if nothing is changed. That's why I can't use CurrentCellEndEdit.
Any workarounds for this? Thank you so much in advance!