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
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