Hello,
I'm trying to create functionality similar to the UltraGrid's drag a column off the control to remove the column. What I want to be able to do is:
1. Drag a group off of the control and have that group removed.
2. Change the cursor to the same 'X' cursor that the UltraGrid uses when a group is dragged out of the control.
Is the functionality for #1 built in somewhere, or will I have to implement all the drag/drop events myself (including the drag a group to reposition its order)?
Thanks,
Trung
Group dragging within the control is supported intrinsically (see UltraExplorerBar.GroupSettings.AllowDrag), however, external dragging is not.
Thanks Brian. I've been able to implement the behavior that I need except for the cursor. How can I go about changing the cursor to the same one used by UltraGrid when a column is dragged out of the control to remove it?