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

ASP.Net Ajax Grid Helper Class

1 Answer 112 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Syed
Top achievements
Rank 1
Syed asked on 08 Oct 2013, 01:23 AM
Hi
In ASP.Net Ajax Grid is any Helper Class available.
For example In my design page i just place a RadGrid.
In my Code behind init i call a helper class function for data bind.
using helper class i send coulns for creating bound colums.
In helperclass which might have textbox column ,check box column and etc
and all client side events and serverside events from the helper class.
Means my Design and CS page should be simple in Init method i should define all grid functions rest should be happen using Helper class.

1 Answer, 1 is accepted

Sort by
0
Vasil
Telerik team
answered on 10 Oct 2013, 02:49 PM
Hi Syed,

No there are no such helper class that to build the grid. But you could actually write such based on your exact requirements.
For example in this demo, a grid is created programatically. So you could use the same approach in dedicated class that to call several times.
http://demos.telerik.com/aspnet-ajax/grid/examples/programming/groupby/defaultcs.aspx

Regards,
Vasil
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
General Discussions
Asked by
Syed
Top achievements
Rank 1
Answers by
Vasil
Telerik team
Share this question
or