New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Expand Node on Single Click

Expand Node On Single Click

Using the ExpandNodeOnSingleClick of the RadDropDownTree control a node can easily be expanded when a user clicks on it (single click). For instance, the following code demonstrates how the property can be used:

<telerik:RadDropDownTree RenderMode="Lightweight" ID="RadDropDownTree1" runat="server" Width="350px" ExpandNodeOnSingleClick="true"  DefaultMessage="Select an entry from the list">
    <DropDownSettings Width="350px" />
</telerik:RadDropDownTree>
In this article