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

Check child checkboxes with master chckbox

1 Answer 97 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Kevork
Top achievements
Rank 2
Kevork asked on 30 Jun 2015, 04:50 AM

I need to check all the child checkboxes when I'll check the parent checkbox. For example, in the attached file I need to check all the checkboxes (11M, 11MPRICE, 15M, 23M....) when I'll click BINS. And another case is if all checkboxes are selected then parent checkbox should be checked automatically. How can I do these?

 

 Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Alexander Popov
Telerik team
answered on 02 Jul 2015, 06:35 AM
Hi Kevork,

This could be achieved by attaching a click or change event handler to the checkbox. Once the event is triggered you can find all checkbox inputs in the detail row and change them accordingly. This is not supported out of the box and requires a custom implementation.

Regards,
Alexander Popov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
Kevork
Top achievements
Rank 2
Answers by
Alexander Popov
Telerik team
Share this question
or