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.
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.