I'm trying to figure out how to make the jqGrid behave similar to how grids work in most applications, but I'm not sure if all of these behaviors currently exist. I'm using version 3.6.4.
Basically, what I need to do.
1. Allow multiselect with the ctrl key.
2. Allow to click a single row without holding down ctrl key when multiselect is on
3. Allow the use of the shift key to select multiple rows at one time. So if I click row 2 and then hold down shift and click row 6, rows 2-6 are selected.
Is it possible to have all these options at once?
When I have multiselect enabled and multikey set, I can't select a single row at a time, it always forces me to hold down the ctrl key.
I started writing my own function to allow a user to select a single row when multiselect is on, but I wanted to see if these options are currently available already.
Thanks,
Ben
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top