In RadGrid, when you group and the group continues on the next page, RadGrid automatically displays this:
"(Showing 7 of 65 items. Group continues on the next page.)"
Is there a way to ALWAYS show this when grouping? Even when group does not continue on next page? ie:
"(7 items)"
1 Answer, 1 is accepted
0
Iana Tsolova
Telerik team
answered on 21 Oct 2009, 03:06 PM
Hello Michael,
You can try handling the ItemDataBound event and change the GridGroupHeaderItem text as described here. You can use the <GridGroupHeaderItem>.GetChildItems().Length property to get the count of the items in the particular group.