I have created a dynamic hierarchical grid bind with dataset. I would like to have provision for Add/Update/Delete. I could not do that. even i don't see any demos for the same to my knowledge that is not doable. Is there a way to do that please redirect me?
To achieve the desired functionality you need to handle the InsertCommand, UpdateCommand and DeleteCommand and manually to change the data into the data set. Example with manual CRUD operations you can find here: http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/manual-crud-operations/defaultcs.aspx