Change cursor while drag

Hi team,

Is it possible to change cursor while draging in a tree table please ?

For example, if we press CTRL key, we can drop to a leaf wich become a folder
I would change the cursor at CTRL pressed

Other example : i would change the cursor to show a not-allowed one

https://snippet.webix.com/aaufhuam

Hi team,

Is it possible to change cursor while draging in a tree table please ?

Hello @XavierDP,

Is it possible to change cursor while draging in a tree table please ?

Yep, it’s possible to rely on global event onDragMode, which indicates the start and end of DnD in Webix UI.
And you can use the queryView method to allow getting the needed widgets by any parameter - for example, by the “drag” property and then apply the needed CSS: https://snippet.webix.com/lu21jufh

Ok, thank you very much @annazankevich