Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Anthony Nahas on Aug 17, 2009 13:25
open dhtmlx forum
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?
Answer posted by dhxSupport on Aug 18, 2009 00:36
You can clear selection from grid using clearSelection() method. You can test this method here http://dhtmlx.com/docs/products/dhtmlxGrid/samples/rows_columns_manipulations/api_grid.html
Answer posted by Support on Aug 18, 2009 01:56
>>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.