Editing Cells

Hello,

What is the event that occurs when a cell's value is changed in a GridGroupingControl?

Ideally I want an event that occurs when the cell value has been changed and the user presses return using the keyboard or leaves the cell (by either clicking another cell or moving the current cell using the arrow keys).

Is there a common event that occurs for both cell value changes made using normal editable text box cells and combo boxes?

Basically, I want to capture all cell value edits in one event.

Thanks.

4 Replies

HA haneefm Syncfusion Team April 24, 2007 07:07 PM UTC

Hi Mitul,

You can try handling the TableControlCurrentCellChanged event to detect current cell content changes in a grid and let me know if this helps.

Best regards,
Haneef


MI Mitul April 29, 2007 06:48 PM UTC

hi,

sorry this did not work. the event is not being thrown when i update values in the grid (either using the text box or combo box). I am using force immediate save values - does this influence things?

Please advise. Thanks.


KH Karen Handelmann May 4, 2007 02:26 PM UTC

I have the same problem. My gridGroupingcontrol doesn't throw any event. I tried RecordValueChanged,CurrentRecordContextChange,RecordValueChanging,TableControlCurrentCellValidated
None of them was thrown.

Thanks for any help


KH Karen Handelmann May 4, 2007 03:05 PM UTC

Hi again,
I could solve my problem because it was my fault. I derived my class from the gridGroupingControl and therefore I did initialize the wrong control with the Events. Therefore nothing was thrown. Now it works.

Loader.
Up arrow icon