Hello,
I have the dojo here. http://dojo.telerik.com/IfIbo
When I click on Edit, I want to tab over each cell and save the values instead of saving the values on clicking on Update. Actually I want to hide the "Update" and "Cancel" button when the user clicks on "Edit".
I have the following approaches. not sure which one is possible.
1) Is it possible to have an EditItem template so that when the user clicks on "Edit", the whole record gets updated with the "EditItemTemplate" for all the columns for that particular row.
2) Is it possible to have a blur event for each cell?
Thanks.