Is it possible to re-order Group possitions Programmatically
I have 3 groups i would like to change the order of the groups before the report is loaded into the report viewer
Thanks
2 Answers, 1 is accepted
0
Accepted
Steve
Telerik team
answered on 07 Sep 2010, 05:08 PM
Hello David ,
Take a look at the How-To: Add groups to Report help article, specifically "Adding a group to a Report programatically" section.
Kind regards,
Steve
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
Hi Steve,
This doesnt answer the question. i have the same issue. I want to order the groups dynamically, when I get the data. I am rendering all the groups pro grammatically and I dont know how many groups will I have at design time.
I need a way to order(sort) the groups at runtime. Please note that this is different from sorting the items within a group (which I have already implemented...)
~Mayank