When a ListGrid exceeds groupByMaxRecords, the various 'Group by x' options in the ContextMenus of the Header items are disabled.
The end user has no way of knowing for what reason they are disabled.
One solution would be to offer a prompt when the user hovers over the disabled item. Something like, "You cannot group by with more than x records".
ListGridField's have prompt as property. Perhaps if they had disabledPrompt, you could use that.
The end user has no way of knowing for what reason they are disabled.
One solution would be to offer a prompt when the user hovers over the disabled item. Something like, "You cannot group by with more than x records".
ListGridField's have prompt as property. Perhaps if they had disabledPrompt, you could use that.
Comment