I have a RadGrid that is enabled with batch edit. I have two buttons in the command template Add and Save.
Add Button will open a modal dialog, with out saving the changes made to rad grid.
Save Button will save changes using client settings
Now I need to change the Add Button to save changes before opening the modal dialog.
I am unable to identify the button that invoked the BatchEditcommand so that i can call the
How can I achieve this.