An event OnModifed is it possible ?

Hi the team and happy new year

when a row is modified, i would like to start an action, there is an event to do that (ex OnCellsChanged) ?

regards

olivier

If you mean by "row is modified" that a cell within a row effectively got a new value through editing, then the OnCellValidate event can be used. This event is triggered after an actual change of a cell in a row through editing.

If you need to do some processing only after the user changes the actual row, you can use the OnRowChanging event.

hi Bruno

You are right. I can do that with OnCellValidate event .

Sorry to bother you :(

regards