Our state of the art Gantt chart


Post by eg1 »

Hi,
I want to create a new column for drag and drop rows, and allow dragging of rows only when clicking on this column.
How I can do it?


Post by mats »

Please see https://bryntum.com/docs/grid/api/Grid/feature/RowReorder#event-gridRowBeforeDragStart

Using the native browser event you can easily figure out which column cell you are in and you can return true / false accordingly.


Post by eg1 »

Thank you!


Post Reply