my ListGrid
already set .setSelectionType(SelectionStyle.SIMPLE)
and .setSelectionAppearance(SelectionAppearance.CHECKBOX)
,but now I want to set the checkbox of the first record true when loaded some records.So,how can I code it ?
How to set the checkbox selected in the first record on the Listgrid?
273 Views Asked by zharker At
1
Try the following: