If I have a GridGroupFooterItem (or HeaderItem), is there an easy way for me to tell what grouping level it belongs to?
J
1 Answer, 1 is accepted
0
Konstantin Dikov
Telerik team
answered on 07 Mar 2016, 12:28 PM
Hello,
You can retrieve the group level by splitting the GroupIndex of the item in the following manner (like in this help article):
int level = gridGroupFooterItem.GroupIndex.Split('_').Length;
The same could be used for the GridGroupHeaderItem.
Hope this helps.
Regards,
Konstantin Dikov
Telerik
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 Feedback Portal
and vote to affect the priority of the items