We'd like to have rowNumber = false with cell select=true, but this makes it so when i try to grab the drag-handle, I'm really just grabbing that cell. And I can't select and drag multiple tasks using the drag handles. My settings are:
selectionMode cell : true,
row : true,
dragSelect : true,
rowNumber : false
[\CODE]
I also have rowReorder.showGrip = true
see video attached
If this isn't possible, I might settle for being able to set the row number to a special style to make it blend into the background. I wasn't able to figure that out either, so I'll take that tip if I need it. I tried lots of things - currently have : [CODE]
::ng-deep .scratch-gantt .b-grid-cell.b-row-number-cell,
::ng-deep .scratch-gantt .b-grid-cell.b-row-number-cell .b-grid-cell-value {
color: #b5b6b9;
} [\CODE]
Last edited by [email protected] on Fri May 01, 2026 4:13 pm, edited 1 time in total.
I've tried reproducing it here https://bryntum.com/products/gantt/examples/advanced/, and it seems to be working fine for me! And the video you attached doesn't seem to show anything related to the issue you mentioned! Maybe you attached the wrong video, or I didn't understand the video!
Are you able to reproduce it on our online demo https://bryntum.com/products/gantt/examples/advanced/? What steps should I follow to reproduce it? Would be great if you could share a video of the reproduction based on this online demo!
The advanced demo you linked to, has the rownumber set to true and WBS in with the title. I want WBS in a separate column with the drag handle, but when I click on the drag handle it should select the whole row instead of just the cell.
note - the wbs is my custom field I can paste values into, but it does the same thing when I use your standard wbs column there. It would be best if I could just have a thin drag handle column, separate from the WBS column, rather than combining them into a single column. Maybe I can just show rownumber but make the column too narrow to see it?