Hi Rajeshwari,
Issue #1: You can enable batch updating, and use undoBatchUpdate the javascript method to undo all the updates.
Issue #2: It sounds like your regular expression for alpha characters may not be correct. If you want to the user to not even be able to type in a non-alpha character then you can listen to the key down event for the editor and prevent the character from being accepted
Issue #3. To add a row in javascript on a click of a button you can use the following code: grid.get_rows().add(cellValues) The cellValues should be an array of the new row values, i.e. ["ALFKI", "John", 30]
Thank You,
Olga
ASP.NET Principal Software Engineer
Infragistics, Inc.