Hi, I have task to change the check box checked/unchecked programmatically. ListGrid configuration are as follows.
listGrid.setSelectionAppearance(SelectionAppearance.CHECKBOX); listGrid.setSelectionType(SelectionStyle.SIMPLE); listGrid.setAlternateRecordStyles(true); whenever I use selectRecord(Record) it doesn't change the state of CheckBox. This needs to be done when we fetchdata to the listgrid and some records of it has to be checked and the rest to be unchecked. Thank You.
listGrid.setSelectionAppearance(SelectionAppearance.CHECKBOX); listGrid.setSelectionType(SelectionStyle.SIMPLE); listGrid.setAlternateRecordStyles(true); whenever I use selectRecord(Record) it doesn't change the state of CheckBox. This needs to be done when we fetchdata to the listgrid and some records of it has to be checked and the rest to be unchecked. Thank You.
Comment