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

want to attach my data programmatically to the radgrid

1 Answer 37 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Syed
Top achievements
Rank 1
Syed asked on 20 May 2009, 02:14 PM

Hi,

I want to attach my data programmatically to the radgrid. Once the data is attach to the radgrid, i want to insert, delete and update data through RadGrid only.

Please advice me how to do, this is very urgent for me.

Attaching data to the grid in the form of:

Creating sql connection.
creating command
copy the data into the dataset
attach to grid
close the connection

Please give me example how to attach and can able to perform insert, delete and update operation with grid and also with programmatically.

Thanks.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 21 May 2009, 03:56 AM
Hi Syed,

I hope the following Online demo will show you how to bind the Grid dtnamically.
Advanced Data Binding

Here is a help article which explains how to perform Insert/update/Delete operation in RadGrid.
Insert/Update/Delete at database level with queries

Shinu

Tags
Grid
Asked by
Syed
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or