I am trying to integrate the jqxgrid plugin so that multiple rows can be selected using the shift key on the keyboard when the grid selection mode is set to checkbox
They have separate options for each in their plugin initialization : “Row Selection” and “CheckBox Selection” but I would like to have both of these options to work together. How can I achieve this ?
We do not support such kind of selection with Shift + Click when the selection is through checkboxes. In checkboxes selection mode, selection in the Grid is only through the checkboxes.