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.
Consider I have 1000 rows in sfDataGrid and I don't want to load sub grid items to all these 1000 items while loading. So What I need is while clicking a cell in the row load sub-grid for that item only. Is that possible?
SBSweatha Bharathi Syncfusion Team June 20, 2023 01:46 PM UTC
Hi Jayakrishnan ,
Your requirement can be achieved by our MasterDetailsView
DataGrid. The SfDataGrid provides support for representing hierarchical data in
the form of nested tables using the Master-Details view. You can expand or
collapse the nested table (DetailsViewDataGrid) using an expander column in a
row or programmatically. In DetailsViewDataGrid, SubGrid’s are loaded only when
we expand the ParentGrid. We have attached a sample screenshot and provided a
sample based on your requirement. Please review the sample and let us know if
you require any further assistance.