Hi,
Could ou help me with a simple sample using a dataset as Source and allowing Edit and Insert (no sql or linq only ds or dt). I have tested using Need Datasource and bind but is not clear. Thanks
1 Answer, 1 is accepted
0
Iana Tsolova
Telerik team
answered on 29 Jan 2010, 10:06 AM
Hi Pierre,
Indeed, I would suggest you to bind the grid trough the NeedDataSource event. Then you can handle the insert, update, delete operation in the InsertCommand, UpdateCommand, DeleteCommand or ItemCommand event handler as shown here.