grid.clearSelection doesn't work?

I want to unselect a row that the user selected, but it looks like regardless of calling clearSelection or _HideSelection, the row is still selected. Any ideas on why it wouldn’t un-select?

You can clear selection from grid using clearSelection() method. You can test this method here dhtmlx.com/docs/products/dhtmlxG … _grid.html

the row is still selected
Please be sure that each row has an unique ID, non unique IDs are most common reason of selection related problems.