The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Is there any way to alter the name of the grouping rows. For example, when I group by Category, I get rows that look like Category: Cat 1, Category: Cat 2. Therefore, there is a lot of redundancy.
VNVignesh Natarajan Syncfusion Team November 19, 2019 07:31 AM UTC
Hi Ivan,
Thanks for contacting Syncfusion forums.
Query: “Is there any way to alter the name of the grouping rows”
Yes, we can achieve your requirement using CaptionTemplate feature of EjsGrid. CaptionTemplate needs to be defined under the GridGroupSettings where we can custom the grouped row header. Refer our UG documentation for your reference