This is a migrated thread and some comments may be shown as answers.

Master Table Item Selection on Detailed Table All Items Selection

1 Answer 151 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Waqar
Top achievements
Rank 1
Waqar asked on 28 Jun 2018, 09:58 AM

How to implement following scenario in a Grid which has a Master Table and a Detailed Table

"When all items in the detail table are selected then corresponding master table's parent item should also be selected"

Screen shot attached

1 Answer, 1 is accepted

Sort by
0
Peter Milchev
Telerik team
answered on 03 Jul 2018, 08:18 AM
Hello Waqar,

The selection of the parent can be done in OnRowSelecting event similar to the suggestions in the Selecting detail table rows when selecting master table row (Client side). In the OnRowSelecting event, you can check if all items in the details table are selected and then you can select the parent row also.

Regards,
Peter Milchev
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Waqar
Top achievements
Rank 1
Answers by
Peter Milchev
Telerik team
Share this question
or