Grid grouping only shows groups that appear in data. How can I tell the grid all of my group by values. I need to be able to show a group header and tell the user there are no records.
Yanmario
Telerik team
commented on 13 Jan 2025, 08:32 AM
Hi Brad,
Can you provide us with a sample use-case example (feel free to fork and use this example) and what is expected to render in that specific scenario? That will help us suggest a more precise solution.
However, from what I understand in your initial question the solution would most likely require modifying your data and using the GroupHeaderTemplate to display the desired information for missing information.
Hi Brad,
Can you provide us with a sample use-case example (feel free to fork and use this example) and what is expected to render in that specific scenario? That will help us suggest a more precise solution.
However, from what I understand in your initial question the solution would most likely require modifying your data and using the GroupHeaderTemplate to display the desired information for missing information.
Regards,Yanmario
Progress Telerik
Thank you for the replay.
I have solved the problem in my own way.
In our code we use the kendo.GridDataResult object, populated by calling the kendo.process() function.
I have added code to process this object and add my missing group items there, this keeps grid row counts correct.
Thank you for your time.
Brad.