Premium support for our pure JavaScript UI components


Post by jarmen »

DragBase contains the typescript member for isDragging, but does not allow you to obtain the context of what data is being dragged. The instantiated object does contain the underlying data object 'dragData'. Is it possible this could be added to the typescript contracts to facilitate obtaining the current drag state from an external process?

In my use case, I specifically am specifically capturing rows that are currently being dragged from outside of the drag events. I can determine that the scheduler is dragging, but cannot obtain the objects being dragged.


Post by Animal »


Post by jarmen »

Thank you! I don't know how I managed to miss that.


Post Reply