Categories | Question details Back To List | ||
Selecting Multiple Rows using Ctrl Key Hi, Is it possible to select Multiple Rows using Ctrl Key on the grid with selection viewable/identifiable. Any piece of code would be useful. I thought selectRow will do the trick, but using select row, cursor navigates over all the row after selection, whether user has clicked or not on them. Thanks. Answer posted by dhxSupport on Jul 22, 2009 08:49 You can selete multiple rows in multi selecte mode which can be enabled with method mygrid.enableMultiselect(true) |