onRowSelect

Hi,
I am using the ch col type in my grid to select/deselect rows. I have multiSelect enabled so more than one row can be selected. My problem is that when I actually click on a row it becomes selected and all the other selected rows are deselected. I would like to cancel this behavior so when i click on any particular row it is not highlighted and the other selected rows are not deselected by default unless they the row is checked. Is this possible??

Thanks in advance.

You can customize that behavior with “onRowSelect” or “onCheck” events.
Please find more information here docs.dhtmlx.com/doku.php?id=dhtm … nrowselect
docs.dhtmlx.com/doku.php?id=dhtm … nt_oncheck