Hi,
I want to create a RadGrid that is statically defined in the ASPX with some columns defined. But also want to add (generically or programmatically) additional columns to the RadGrid (to the right of the already defined columns) dynamically based on the result set returned from a stored procedure. Finally, I want all columns to have full filter/sorting capabilities.
Is there a way I can achieve this?
NOTE: In the past, I have already created a programmatically defined RadGrid (in a older version of the RadGrid) by defining the complete grid structure, filters, events etc. in the Page_Init event (which was a lot of work). I would like to know if there are easier ways to achieve this now in the latest versions of the RadGrid?
Kind Regards
Dan
I want to create a RadGrid that is statically defined in the ASPX with some columns defined. But also want to add (generically or programmatically) additional columns to the RadGrid (to the right of the already defined columns) dynamically based on the result set returned from a stored procedure. Finally, I want all columns to have full filter/sorting capabilities.
Is there a way I can achieve this?
NOTE: In the past, I have already created a programmatically defined RadGrid (in a older version of the RadGrid) by defining the complete grid structure, filters, events etc. in the Page_Init event (which was a lot of work). I would like to know if there are easier ways to achieve this now in the latest versions of the RadGrid?
Kind Regards
Dan