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 am using grid grouping control, I want to select multiple children of particular parent in grid grouping control. I want to delete multiple children of particular parent at a time by selecting those children. Is any solution regarding this? Regards, Paurnima.
MKMuthukumar Kalyanasundaram Syncfusion Team November 27, 2014 09:39 AM UTC
Hi Paurnima,
Thank you for your interest in Syncfusion products.
Query 1
Select the multiple child record from particular parent table
If
you want to select the multiple child record from parent table in a grid ,
you can use the “ListBoxSelectionMode” property and select the
selectionmode as “MultiExtended”. Please refer the below
code,
Delete the multiple children record
from particular parent table
If
you want to remove the multiple selected child record from parent table in a
grid, you can use the “DeleteAll()”method.
Please refer the below code,