Question
BlueRose Technologies
IN
Last activity: 10 Mar 2017 6:09 EST
Checkboxes are automatically unchecked after a second on-click of 'Select All' checkbox
Hi All,
I have a grid sourced from a page-list. I need a 'select all' checkbox implemented in my grid.
The checkboxes of each row are automatically unchecked after a second on-click of 'Select All' checkbox. I have tried running a data transform on click of 'select all' checkbox but the issue persists. PFA doc for the screenshots of design configuration.
Can anybody help me on this? Thanks in advance.
Hi Giridhar,
In my project, I had a scenario in the same way for handling the functionality of select all button click. In my scenario, the approach which i followed was like this:
1. Created a section and kept a check-box in that, created a property SelectAll and associated it with the check-box.
2. Included the Select all check box section on top of section containing repeating grid with other check-boxes.
3. Configured OnChange action event on the select all button as shown in the attachment.
PFA and let me know if you need any further help.