This is a migrated thread and some comments may be shown as answers.

Simple GRID

2 Answers 86 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rabeeh
Top achievements
Rank 2
Rabeeh asked on 07 Sep 2010, 07:20 AM

I want to bind telerik Grid to collection loaded in session, I want to enable AllowAutomatic Insert, delete, edit, and modify the datacollection in session.

This grid will be located in a form, so I would like not to trigger validation when I am inserting or editing rows...

Can this be done in an easy fast way...

Thank you

2 Answers, 1 is accepted

Sort by
0
Rabeeh
Top achievements
Rank 2
answered on 07 Sep 2010, 07:22 AM
P.S I would like a direct sample straight to the point, I checked the Telerik Grid examples for a day without reaching no where...

0
Accepted
Princy
Top achievements
Rank 2
answered on 07 Sep 2010, 08:19 AM
Hello Rabeeh,

The automatic data source operations only work when binding the grid to a declarative data source using the DataSourceID property of the grid. You can take the following Code Libraray which explains how to  perform manual insert/update/delete operation as a reference.

Manual Insert/Update/Delete operations using Auto-generated editform with sql statements from the code-behind:

Thanks,
Princy.
Tags
Grid
Asked by
Rabeeh
Top achievements
Rank 2
Answers by
Rabeeh
Top achievements
Rank 2
Princy
Top achievements
Rank 2
Share this question
or