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

Dynamic Radgrids

1 Answer 57 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Brad
Top achievements
Rank 1
Brad asked on 17 Sep 2013, 03:22 PM
I am trying to create a form that allows me to create dynamic radgrids on demand, meaning like the default.aspx, when loaded will load a radgrid, which allows to have the option to create columns, delete them and so on, and then when they click add grid, it will create a new radgrid with the same options, an all the values from the previous will be stored, in i assume datatable would be the best, and then if needed a user can click on the a link that will lead to the previous grid and allow them to modify, or update the grid. and then at the end, how ever many grids were created, i can gather all the values based on the grid id and then store them in a sql datatabse. Does anyone have any recommendations on how to go about doing this, or any samples or suggestions? Any help would be very much appreciated!!

1 Answer, 1 is accepted

Sort by
0
Antonio Stoilkov
Telerik team
answered on 23 Sep 2013, 06:50 AM
Hi,

You could go through the help article below which describes how to created RadGrid programatically. Note that you should use the Page_Init approach in order to create the whole grid in code behind.

Additionally, you could take a look at the article below which describes in detail how to access cell values.

Regards,
Antonio Stoilkov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Grid
Asked by
Brad
Top achievements
Rank 1
Answers by
Antonio Stoilkov
Telerik team
Share this question
or