I am using checkboxselectionmodel in ExtJS grid?
when i clicked on the row the row get selected and the respective checkbox also checked ..
But i need the checkbox to be checked only when i click the checkbox otherwise i want row
only get selected …
Please help me out…
Thanks & Regards,
Ramanavel Selvaraju
The
CheckboxSelectionModellinks row selection and checkbox selection. You want row selection to be independent from the checkbox – so useRowSelectionModeland add aCheckboxinto the first column of your grid.