Hi,
I'm having problem with ultrawebtree in Firefox. It works fine in IE7. But when I was testing in Firefox, I found 2 problems:
1. There is a outline around the webtree control. (It was solved by using: Style="outline:none;")
2. Cannot drag any node. I havent been able to solve it so far. Normal attributes with the trees are:
ID="UltraWebTree1" runat="server" AllowDrag="True" AllowDrop="True" Style="outline:none;"
All Autopostback flags are set to true.
My OS: windowsXP SP3. Plz help me on this...
Ok I was able to work around ultraWebTree node drag drop in Firefox using Infragistics Drag and Drop Framwork. Here is my post:
Drag and Drop UltraWebTree nodes in Mozilla Firefox using Infragistics Drag and Drop Framework
Hope it helps...
Thanks for posting your solution here!