Categories | Question details Back To List | ||
Clear Selection On Grid I have a grid and when a user selects a block of cells and then hides one or more columns, I would like to clear the selected cells on the grid. I am calling grid.clearSelection() but it is not working. What else do I have to do? Thanks. Answer posted by dhxSupport on May 06, 2009 10:00 Can be forced by mygrid._HideSelection(); Answer posted on May 06, 2009 10:15 What is the purpose of grid.clearSelection()? Answer posted by dhxSupport on May 07, 2009 04:10 clearSelection() removes selection of the grid which made by selection a row with mouse click or with API (selectRow()) |