You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just upgraded from version 4.4.9 and up, and from version 4.4.11 I found that the options multiSelect + modifierKeysToMultiSelect does no longer do what they used to do, namely enable selection of multiple rows without holding down the ctrl key.
I have compared version 4.6 and 4.4.9 of the ui-grid.js file and I think you have an error on line 27899 (in version 4.6) where you should have "($scope.grid.options.multiSelect && !$scope.grid.options.modifierKeysToMultiSelect)" as the 4'th parameter to the toggleRowSelection function call instead of false or perhaps just add the else from the old code in the end of the if-elseif