| | | | Browse by category |
Article ID: 340
Last updated: 07 Jun, 2018
Problem
What event notifies me that the user starts modifying a cell?
Cause
Action
Override OnModifyCell(). OnModifyCell() will be called whenever the user inserts or replaces a character in the active edit cell.
Note that check boxes and radio buttons have no active/edit state. When the user clicks into a check box, the new value is stored immediately in the grid. Therefore you should override OnClickedButtonRowCol() instead for these cell types.
This article was:
Helpful |
Not helpful
Report an issue
Article ID: 340
Last updated: 07 Jun, 2018
Revision: 3
Views: 2663
Posted: 09 Jan, 2001 by
Meltreger B.
Updated: 07 Jun, 2018 by
Meltreger B.
Others in this category
Powered by KBPublisher (Knowledge base software)