Hi I am using rad treeview control which will have more than 500 nodes at any point of time. I am using Server Side as the expand mode as attributes are attached to the nodes. I am also using radajaxmanager to ajaxify the node expansion.
with IE 7 it takes almost 10-15 seconds to fully render the tree after expansion at the same time it takes hardly 3-4 seconds in safari.
I am using master page inmy application and various other rad controls like rad grid, rad splitter, rad pane and rad window.
I tried with UseEmbeddedScripts="false" but of no use.
Is radtree is not advisable with this many number of nodeds in container pages or IE?
The performance is very good in safari and poor in IE7.
Thanks
-Ankur
When creating a resource header template on the ASPX page, how do you access the template on the server-side? For instance, I have the below in my ASPX page:
<ResourceHeaderTemplate>
<asp:Label ID="lblResName" runat="server" Text='<%# Eval("Text") %>' ></asp:Label>
</ResourceHeaderTemplate>
I would like to format the “text” of my resources by setting the CSSClass of the label server-side.

Hi,
I am posting this problem for the 3rd time, since i didn't get any reply to this at all.
My problem is that in edit mode, when the text length is more in an item in griddropdown column , for example, imagine the dropdown contains a text say 'Discrepancy Hours found'. which has 3 words in it. Now this text is wrapped or cut into 3 lines when displayed inside the dropdown in edit mode. This is fine for me. But when i move the cursor to select this long text item from the dropdown, only the first line, ie: the text 'Discrepancy' is highlighted instead of the entire word 'Discrepancy Hours found'.
How can i solve this so that i need to highlight the entire text instead of only the first word.
Regards
Jack
