what event is triggered after an edit?
i have been reading posts on this forum and wondering if there is any updates/answers to this earlier post, regarding how to trigger an event after you change data in the table?
http://www.activewidgets.com/javascript.forum.8249.7/trigger-an-event-after-edit.html
i tried onSelectedChanged, onCurrentChanged and onItemTextChanged. None of them seem to be called after a cell has been edited (want to do user data validation).
the only thing that works was onCellDoubleClicked which is triggered BEFORE the user's editing so that doesn't do the job.
thanks
http://www.activewidgets.com/javascript.forum.8249.7/trigger-an-event-after-edit.html
i tried onSelectedChanged, onCurrentChanged and onItemTextChanged. None of them seem to be called after a cell has been edited (want to do user data validation).
the only thing that works was onCellDoubleClicked which is triggered BEFORE the user's editing so that doesn't do the job.
thanks
heidit
November 11,