This question is locked. New answers and comments are not allowed.
I am working on a Telerik MVC grid. My requirement is to allow a user to insert /Edit/Update multiple records into the grid with single click .This should be done on the client side.
once user clicks the Edit button all rows in the Grid should be open for Editing
After entering several records in the grid, the user will click a button so that all the records are inserted/Update into the database.
Please share me some sample code for the above feature
i dont want user to go and double click each row as we do in the batch editing?
Thanks in advance.