I am working on a Telerik MVC grid. My requirement is to allow a user to insert multiple records into the grid. This should be done on the client side.
After entering several records in the grid, the user will click a button so that all the records are inserted into the database.
Is this possible with Telerik MVC grid?
Thanks in advance.