Unanswered: CheckboxSelectionModel Header Select All Issue
Unanswered: CheckboxSelectionModel Header Select All Issue
I have a grid with CheckBoxSelectionModel. Selecting the header checkbox checks all the records and deselecting the checkbox unchecks all the records, of course which is the behavior.
I have a tree also in the same panel to the left side, and when I traverse the nodes in the tree, the grid gets updated with the new set of records. But, the checkbox selection in the column header still remains as checked and not able to uncheck the selection in the header. Needs a page refresh to get it unchecked.