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.
I want to select all children of the group. I used gridGroupingControl1.TableModel.Table.SelectedRecords but the selection looks differents that this.gridGroupingControl1.TableModel.Selections.Add()
So I want to get the GridRangeInfo of all children. But I didn't know how do that.