I am using checkboxmodel grid in extjs for display values.
after selecting multiple row checkboxs, if i click different column all selected checkbox are unselecting. how to stop this.
Use checkOnly: true
on the selection model:
True if rows can only be selected by clicking on the checkbox column, not by clicking on the row itself. Note that this only refers to selection via the UI, programmatic selection will still occur regardless.