EpiTreeViewPanel reordering via Drag/Drop

Has anyone implemented a drag/drop with the left-pane of Quote Entry?

I want to give the users the ability to re-order the parts on the list via Drag/Drop.

image

Any ideas on how to hook into this tree view?

Thanks,

Josh

That can be done but is quite complicated via customization. Since what you want to do tyo make it possible and the item stays in that position is when you drag and drop it the line number change for that item and the other items line number rearrange accordingly with the change just made also for the drag and drop functionality you will have to bring dll from Infragistics to help you will that coding and import the drag and drop.

That’s kind of what I was thinking, but wanted to get ideas from others before attempting it.

Thanks for your input Alex!