Hi,
I'm having an issue with using an UltraWebTree object inside a SharePoint 2010 Beta 2 dialog box. Due to how SharePoint's dialog framework works, the tree is pulled out of the aspnetForm in the DOM whenever the dialog is opened. To compensate for this in Beta 1, I used the dialog box's get_modalDiv() function and added it back into the DOM at the proper place manually in JS. This function doesn't exist anymore in Beta 2, so the control breaks.
Has anyone encountered this issue? Any suggestions on how it might be fixed?
Hello,
Have you checked this with the RTM of SharePoint 2010. I would also recommend taking a look at the WebDataTree instead of using the UltraWebTree.
-Taz.