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.
Hi, I have one simple DataBound Grouping Grid Control with one parent-child relationship.The probelm i am facing is in removing Total Number of rows(along with table name) displayed by default at header row of Parent and Child of databound GGC.
ADAdministrator Syncfusion Team March 5, 2007 08:01 PM UTC
Hi Manish,
One way you can acheive this by deriving the GridEngine and override IsChildVisible method in a GridTable class to change visiblity of the elements in a GroupingGrid. Please try the attached sample and let me know if this helps.