Telerik RadGrid - Group Continued Message in Group Header When Paging Off
So using the Telerik RadGrid is pretty great, but it does seem to have its share of issues. Not finding any serious issues though it is quite flexible. The odd message "GROUP CONTINUED FROM THE PREVIOUS PAGE. SHOWING 1 OF 2 ITEMS.)" would show up in one of my group headers even when paging was off with AllowPaging="false" in the top RadGrid section and in the MasterTableView. Placing the GroupContinuedFormatString="" worked fine like below.
<GroupingSettings GroupContinuedFormatString="" CollapseAllTooltip="Collapse all groups"></GroupingSettings>
This will not work, at least it does not in mine, it actually crashes the page.
<GroupingSettings IgnorePagingForGroupAggregates="true" ></GroupingSettings>
-------
Update
Seems like this may not be enough to get rid of the problems. Some other messages are creeping in there.
<GroupingSettings GroupContinuedFormatString="" CollapseAllTooltip="Collapse all groups"></GroupingSettings>
This will not work, at least it does not in mine, it actually crashes the page.
<GroupingSettings IgnorePagingForGroupAggregates="true" ></GroupingSettings>
-------
Update
Seems like this may not be enough to get rid of the problems. Some other messages are creeping in there.
Comments
Post a Comment