Page 1 of 1

Column header checkbox should check all the corresponding cell checkbox and provide a way to access entire grid data

Posted: Tue Sep 28, 2021 10:53 am
by sachidanand
Checkbox.PNG
Checkbox.PNG (17.57 KiB) Viewed 299 times

Hello Team,

I had one query though which is having the following scenario:

I want my column header to have a checkbox and then each corresponding cell should have a checkbox (which is doable by using column type as 'check' ) but in that case I have to map it with some field from our resource row.
If I don't map the column with any field then I have to do double click to check the checkbox.

Expected scenario: When I click on header column checkbox then all the corresponding cell checkbox should be checked and I should be able to fetch entire grid data (something like actions "onClick" method of cell)
Could you please help me with that ? Please refer the attached screenshot to see the checkbox column configuration .


Re: Column header checkbox should check all the corresponding cell checkbox and provide a way to access entire grid data

Posted: Tue Sep 28, 2021 10:57 am
by mats

Re: Column header checkbox should check all the corresponding cell checkbox and provide a way to access entire grid data

Posted: Wed Sep 29, 2021 7:28 am
by sachidanand

Thanks a lot mats!! . This made my task a lot easier.