1. Can I drag rows from one Web Grid to another control?
2. Can I drag rows from other Grid like controls to another control?
3. What I've been researching: Can I drag from a Web Grid to a Web Tree?
Can I drag from a Web Grid to a Web Tree or vice versa?
Am trying to Implement the drag and drop between an UltraWebTree and UltraWebGrid in VS2008 with the 3.5 Toolkit
Any feedback or ideas on the same would be highly appreciated.
Hello,
Unfortunately currently there is no something built-in out of the box in the controls that supports that. While technically it would probably be possible, it would require a lot of custom javascript / DOM code to support that.
We are working on this and you can see what we have shipped as a CTP for all next generation ASP.NET controls (code name Aikido) here:
http://labs.infragistics.com/aikido/
(check out the 4 Drag & Drop Framework example there)
Hi Rumen,
I am currently working on a requirement where I need to drag and drop a row from ultrawebgrid onto an ultrawebtree and vice-versa. Please let me know if this is possible.
Thanks,
Gaurav