Completed
Last Updated: 02 Sep 2019 15:28 by ADMIN
luis.mauricio
Created on: 03 Jun 2019 08:48
Category: DropDownTree
Type: Feature Request
0
Label in RadDropDownTree
Cannot add a label to a RadDropDownTree
1 comment
ADMIN
Rumen
Posted on: 03 Jun 2019 13:47
Hi Joao,

You can use RadLabel as a label for RadDropdownTree:

<telerik:RadLabel ID="RadLabel1" runat="server" AssociatedControlID="RadDropDownTree1" Text="RadDropdownTree1 Label"></telerik:RadLabel>
<telerik:RadDropDownTree RenderMode="Lightweight" ID="RadDropDownTree1" runat="server" Width="300px"
    DefaultMessage="Please select" DataFieldID="EmployeeID" DataFieldParentID="ReportsTo"
    DataTextField="LastName" DataSourceID="SqlDataSource1">
    <DropDownSettings />
</telerik:RadDropDownTree>


Regards,
Rumen
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.