Is it possible to disable/hide the "select all" checkbox from a ListGrid when using
?
Using Smartgwt 4.1 Power.
Code:
setSelectionType(SelectionStyle.SIMPLE);
setSelectionAppearance(SelectionAppearance.CHECKBOX);Using Smartgwt 4.1 Power.