Please find the jsfiddle with the options I am using: http://ift.tt/1gDpKww
Problem statement with example:
User is viewing the grid view of 5000 rows and let's say they want to select multiple rows randomly...let's say from 21-30, then 501-700 and 1201-1350 etc
currently they can do this by shift+select but if they happen to click anywhere in grid row/body or even right click their entire selection gets de-selected and ONLY the row where they happened to click/right-click gets selected, which is really annoying and they have to repeat the same selection process again...clearly not a good User experience.
So in short,
I want to retain the multiple row selection using shift + select on whichever rows they want but make it functional ONLY on checkbox and disable that grid row/body click or right click.
P.S: "checkonly" option works on checkbox but it disables the multiple selection (shift + select)
Any possible fix?
Problem statement with example:
User is viewing the grid view of 5000 rows and let's say they want to select multiple rows randomly...let's say from 21-30, then 501-700 and 1201-1350 etc
currently they can do this by shift+select but if they happen to click anywhere in grid row/body or even right click their entire selection gets de-selected and ONLY the row where they happened to click/right-click gets selected, which is really annoying and they have to repeat the same selection process again...clearly not a good User experience.
So in short,
I want to retain the multiple row selection using shift + select on whichever rows they want but make it functional ONLY on checkbox and disable that grid row/body click or right click.
P.S: "checkonly" option works on checkbox but it disables the multiple selection (shift + select)
Any possible fix?
Aucun commentaire:
Enregistrer un commentaire