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.
You can selete multiple rows in multi selecte mode which can be enabled with method mygrid.enableMultiselect(true)