Declined
Last Updated: 16 Sep 2014 15:04 by ADMIN
Jayaraman
Created on: 12 Jun 2013 13:08
Category: Grid
Type: Feature Request
0
Dynamic hierarchical grid bind with dataset unable to manipulate records
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?
1 comment
ADMIN
Radoslav
Posted on: 16 Sep 2014 15:04
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