This is a migrated thread and some comments may be shown as answers.

RadGrid.Attributes.Add("onchange", "setDirty();");

1 Answer 114 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 25 Nov 2008, 10:41 PM
Hi..
Can an onchange event be added to a RadGrid - inorder to monitor changes?
Is there another event that is more appropriate? To monitor Insert/Updates/ Deletes?
thanks

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 26 Nov 2008, 07:07 AM
Hello Jon,

You can probably use the onCommand client event which will be raised when a command is about to be triggered. For more information about this event refer to the following help link.
OnCommand

Thanks
Princy.
Tags
Grid
Asked by
Jon
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or