Is there any way to change the value of the select box in the header for ListGrids which are setup like this:
listGrid.setSelectionAppearance(SelectionAppearance.CHECKBOX);
We have a case where all the items in the ListGrid are selected, but the header check box is not? Would like to programatically set the header checkbox to true.
listGrid.setSelectionAppearance(SelectionAppearance.CHECKBOX);
We have a case where all the items in the ListGrid are selected, but the header check box is not? Would like to programatically set the header checkbox to true.
Comment