Can someone tell me how I could click on a column header and drag it away from its GridView, into another ListBox for instance - without loosing the standard Telerik in-GridView drag&drop features (column grouping for instance)?
It seems that if I implement the traditional drag & drop event capture, I can drag away the column but then the fancy drag & drop of columns inside the GridView are not accessible anymore.
I've tried to capture the DragLeave event, but it is not fired when in-GridView drag is active.
Thanks in advance,
Ze Jibe