Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

setSelectionAppearance(SelectionAppearance.CHECKBOX) for a grid

$
0
0
Hi All,

Just i want to get the state (true/false) of the header checkbox selection, if the grid SelectionAppearance.CHECKBOX is checked or unchecked.


listgrid.addSelectionUpdatedHandler(new SelectionUpdatedHandler() {
public void onSelectionUpdated(SelectionUpdatedEvent event) {

SC.say("isSelected status :- "+listgrid./--which method will return selectAll state--/);

}
});

which method i need to use to get state?

Viewing all articles
Browse latest Browse all 4756

Trending Articles