I am having issue with selecting multiple rows in a gridpanel using CheckboxSelectionModel. I need to click only the checkbox to be able to select multiple rows, not any where on the row, and when I click other cell one the row, it will be SingleSelect, just like RowSelectionModel. The sample in here Grid2.

How can I do it?