Hi Param,
I have grid whose selection Mode is selectionModel: { type: 'row', cbHeader:false, mode: 'single' },
I have check box with cb header false
title: "Select", dataIndx: "Transition", width: 50, editable: false,align: "center", type: 'checkBoxSelection', cls: 'checkboxColumn', resizable: false,
cb: { all: true, header: false }
I was able to select single row at a time on check box click . I check the box on row 1 and the entire row's get selected which is what i need. Now i select second row 2 which deselects previous row 1 but the check box still stays checked .
I am trying to achieve Single row selection using checkbox. It used to work before i upgraded to 2.3.0.
Please provide some insight.
thanks