Hi,
I'm trying to avoid dragging column in treelist to very first position, since it's kind of checkbox column and must be the first all the time. I wanted to handle columnReorder event (which i handle anyway) and cancel it, but this approach simply does not work.
Something like
if (e.newIndex === 0)
{e.preventDefault();}
Have you got any tips, what to try next, please?
Regards, Jaroslav