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.
ARArulpriya Ramalingam Syncfusion Team December 14, 2017 06:08 AM UTC
Hi Bogdan,
Thanks for contacting Syncfusion support.
Query
Response
Is it possible to hide (-) sign for those records without children (marked in image with green)?
In order to hide the Expand/Collapse button (i.e. minus sign button) for the records which has empty child table, the QueryCellStyleInfo event can be used. In that event, the cell type of the Expand/Collapse button cell can be set to “Static” by using the CellType property based on the condition. Already we have provided a KB for the reported scenario. Please make use of below KB link,
The ShowAddNewRecordBeforeDetails property of NestedTableGroupOptions can be used to hide the AddNewRecord row of the child tables. Please refer to the below code,