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

How to use the RadGrid control

2 Answers 110 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Akhilaa
Top achievements
Rank 1
Akhilaa asked on 04 Jun 2010, 12:23 PM

Hi Telerik,

I have seen the Documentation for RadGrid usercontrol but sometimes it uses the RadGrid control from the Telerik.WebControls namespace. I am using the RadGrid control from the Telerik.Web.UI namespace.  Could you provide me any posts or links on how to perform add, modify and delete operations on the data in the RadGrid.

Thanks



2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 04 Jun 2010, 01:16 PM
Hello Akhila,

Once RadGrid is bound to a DataSource control that supports Insert, Update, and Delete operations, RadGrid can take an advantage of the data source capabilities to perform the required operations with no code except error handling required.

Checkout the demo and documentation to know more.

Regards,
Princy.
0
Akhilaa
Top achievements
Rank 1
answered on 10 Jun 2010, 01:36 PM
Thanks Princy.

This is just something I am excited about sharing. 

I have an xml and it needs to be bound to the RadGrid. What I have found out is, the RadGrid control accepts XML in a definite format and I needed to change the XML to this format. So I created an XSL for transforming this XML into the desired format. After this transformation everything works fine.

Now have to explore the Edit and Delete server code blocks.

Regards
Akhila






Tags
Grid
Asked by
Akhilaa
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Akhilaa
Top achievements
Rank 1
Share this question
or