Categories | Question details Back To List | ||
Selecting without loosing previouse selection I write my custom method wich selects few rows in dhtmlx grid, but selectRow method wich i use clears previouse selections while making new one? Can i select many rows programatically using some API function or not clear previouse selection? Answer posted by Support on Sep 08, 2008 06:26 You can select multiple rows by using grid.selectRow(index,false,true); or grid.selectRowById(id,true); |