User starts modifying a cell
Override OnModifyCell. OnModifyCell will be called whenever the user inserts or replaces a character in the active edit cell.
Note that checkboxes and radio buttons have no active/edit state. When the user clicks into a checkbox, the new value is stored immediately in the grid. Therefore you should override OnClickedButtonRowCol instead for these cell types.