<telerik:RadTreeView ID="RadTreeView1" runat="server" CheckBoxes="True" MultipleSelect="True" EnableViewState="true" ShowLineImages="False" EnableEmbeddedSkins="False" Skin="tree_2" OnNodeClick="RadTreeView1_NodeClick" OnNodeDataBound="RadTreeView1_NodeDataBound" OnClientNodeCollapsed="OnClientNodeCollapsed" OnClientNodeExpanded="OnClientNodeExpanded"> <NodeTemplate> <small> <asp:Label ID="lblnodeText" Text='<%#Eval("Title") %>' runat="server" /><asp:Label ID="lblCatId" Text='<%#Eval("Id") %>' runat="server" Visible="false"></asp:Label><asp:Label ID="lblisCustomer" Text='<%#Eval("isCustomer") %>' runat="server" Visible="false"></asp:Label><asp:Label ID="Description" runat="server" Text='<%#Eval("description") %>' Visible="false" /><asp:HiddenField ID="DescriptionVisible" runat="server" Value='<%#Eval("descriptionVisible") %>' /> </small><small><a href="javascript:Popup_Window('category_detail','<%# Eval("id") %>')" style="text-decoration: none;"><span style="color: #BBBBBB">e</span></a></small></NodeTemplate> </telerik:RadTreeView><?xml version="1.0" encoding="utf-16"?><Tree ShowLineImages="False" CheckBoxes="True" MultipleSelect="True" OnClientNodeExpanded="OnClientNodeExpanded" OnClientNodeCollapsed="OnClientNodeCollapsed" DataFieldID="Id" DataFieldParentID="IdParent" DataTextField="Title" DataValueField="Id" Skin="tree_2" EnableEmbeddedSkins="False"> <Node Text="Product Library" Value="1095" Expanded="True" Checkable="False" ExpandMode="ServerSide"> <Node Text="Spirits" Value="2270" Expanded="True" ExpandMode="ServerSide"> <Node Text="Boubon Wiskey" Value="2357" ExpandMode="ServerSide" /> <Node Text="Tequila" Value="2368" Expanded="True" ExpandMode="ServerSide"> <Node Text="Unknown Tequila" Value="2371" ExpandMode="ServerSide" /> <Node Text="Anejo" Value="2372" ExpandMode="ServerSide" /> <Node Text="Blanco" Value="2373" ExpandMode="ServerSide" /> <Node Text="Reposado" Value="2374" ExpandMode="ServerSide" /> </Node> <Node Text="Scotch" Value="2369" ExpandMode="ServerSide" /> <Node Text="Vodka" Value="2370" ExpandMode="ServerSide" /> </Node> <Node Text="Wines" Value="1564" Expanded="True" ExpandMode="ServerSide" /> <Node Text="Beer" Value="2251" ExpandMode="ServerSide" /> <Node Text="Miscellaneous" Value="2252" ExpandMode="ServerSide" /> <Node Text="By Country" Value="2287" ExpandMode="ServerSide" /> <Node Text="By Spirit Type" Value="2288" ExpandMode="ServerSide" /> <Node Text="By Grape Type" Value="2289" ExpandMode="ServerSide" /> <Node Text="By Region" Value="2295" ExpandMode="ServerSide" /> </Node> <Node Text="Retailers" Value="2356" Expanded="True" Checkable="False" ExpandMode="ServerSide"> <Node Text="Gates Circle" Value="2375" Expanded="True" ExpandMode="ServerSide"> <Node Text="Spirits" Value="2376" ExpandMode="ServerSide"> <Node Text="Vodka" Value="2382" ExpandMode="ServerSide" /> <Node Text="Tequila" Value="2383" ExpandMode="ServerSide"> <Node Text="Blanco" Value="2384" ExpandMode="ServerSide" /> </Node> <Node Text="Scotch" Value="2385" ExpandMode="ServerSide" /> </Node> <Node Text="Wine" Value="2377" ExpandMode="ServerSide" /> <Node Text="Beer" Value="2378" ExpandMode="ServerSide" /> <Node Text="Miscellaneous" Value="2379" ExpandMode="ServerSide" /> </Node> <Node Text="Emilio's Beverage Warehouse" Value="2386" ExpandMode="ServerSide"> <Node Text="Spirits" Value="2387" ExpandMode="ServerSide" /> <Node Text="Wine" Value="2388" ExpandMode="ServerSide" /> <Node Text="Beer" Value="2389" ExpandMode="ServerSide" /> <Node Text="Miscellaneous" Value="2390" ExpandMode="ServerSide" /> </Node> <Node Text="Pickard Liquor" Value="2396" ExpandMode="ServerSide"> <Node Text="Spirits" Value="2397" ExpandMode="ServerSide" /> <Node Text="Wine" Value="2398" ExpandMode="ServerSide" /> <Node Text="Beer" Value="2399" ExpandMode="ServerSide" /> <Node Text="Miscellaneous" Value="2400" ExpandMode="ServerSide" /> </Node> </Node></Tree>

Hi all
I have created theme Name 'Vista' and copied all files and images into that theme folder from
'C:\Program Files\Telerik\RadControls for ASP.NET AJAX Q3 2012\Skins\Vista' location, and
write <pages theme = "Vista"/> in web.config under <system.web> tag
and write skin ="Vista" EnableEmeddedSkins="false" in all controls
I am getting an error
"The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. "
does i am loosing something OR where I am doing mistake
Please do need full, how do get rid of .
Thanks

I have 3 different RadComboBoxs in one page and the 3 RadComboboxes in another page is it somehow possible to transfer the selected values from the first three Comboboxes to the other Comboboxes (Maybe via URL Javascript ) ?
if you need my code just ask
Thanks for help and fast answer
| Translate this good day because I speak Spanish, with new controls telerick I have to move the contents of a ListBox to another, that the problem is simple this they need you to move from ListBoxal listbox2 sorting for this content name, any idea how to do |
| Español Buen dÃa traduzco esto pues hablo español, trabajo con los controles telerick nuevos tengo que pasar el contenido de un ListBox a otro , eso es sencillo el problema esta en que necesito que al pasar del ListBoxal listbox2 este contenido se ordene por nombre, alguna idea de como hacerlo ?? Thanks |