Our pure JavaScript Scheduler component


Post by sachidanand »

Checkbox.PNG
Checkbox.PNG (17.57 KiB) Viewed 268 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 .


Post by mats »


Post by sachidanand »

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


Post Reply