SaveCellInfo

Data is getting entered in cells programatically and by user input. Is there anyway within the savecellinfo callback, i get determine if the event got fired from a user input versus a programmatic input. thanks, ak

1 Reply

AD Administrator Syncfusion Team July 21, 2005 04:07 PM UTC

You can handle CurrentCellvalidating event and set a flag there. This event will only be hit if a user changes the value. You could test this flag (and reset it) in SaveCellInfo.

Loader.
Up arrow icon