I would like to implement drag-n-drop. In this action I would like to go from the Grid on the PageController to a Grid on that pages TabController list.
Questions:
-What is the best way to implemnt DND?
-Where would I handle the DND for a control; would I handle it at the page and tab controller level or at the control level?
-Do the current Grids have the capability or do I have add the DND funcationality into my own Grid controls then replace the current grid in the FoundationModule class?
I can get by w/out the DND but it would make some things a little more user friendly.
Edited by orcities - 18-Dec-2007 at 8:47am