We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c43ef commit f77a5b3Copy full SHA for f77a5b3
src/features/selection/js/selection.js
@@ -942,7 +942,7 @@
942
};
943
944
function registerRowSelectionEvents() {
945
- if ($scope.grid.options.enableRowSelection && $scope.grid.options.enableFullRowSelection) {
+ if ($scope.grid.options.enableRowSelection && $scope.grid.options.enableFullRowSelection && !$elm.hasClass('ui-grid-row-header-cell')) {
946
$elm.addClass('ui-grid-disable-selection');
947
$elm.on('touchstart', touchStart);
948
$elm.on('touchend', touchEnd);
0 commit comments