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

RadDropDownTree Configuration Wizard

The RadDropDownTree Configuration Wizard lets you initially configure the RadDropDownTree control at design-time.

To open the Configuration Wizard, simply click the Open Configuration Wizard link in the RadDropDownTree Smart Tag.

Figure 1: RadDropDownTree Smart Tag

RadDropDownTree Smart Tag

General Configuration

The General tab allows configuration of the Expand, Postback and Filtering behaviour of the control. It also offers CheckBoxes and TextMode settings to be set. An Entries delimiter, Path delimiter and Default value could also be set on this tab of the Configuration Wizard.

Figure 2: Configuration Wizard general settings

RadDropDownTree Configuration Wizard General

The DropDownSettings tab exposes configuration of some DropDown properties. The tabl allows you to set height and width dimensions, you can set a CSS class, you can set whether its width should be calculated according to the width of the longest item in the DropDown and you can check a box to indicate whether the DropDown should be opened on initial load of the control.

Figure 3: Configuration Wizard DropDown settings

RadDropDownTree Configuration Wizard DropDown

Filtering Settings

The Filtering Settings tab allows you to configure the filtering behaviour of the RadDropDownTree. You can configure the MinFilterLength, Filter type (StartsWith or Contains), FilterTemplate and Filter Highlight properties here. You can also set a text value for the EmptyMessage filter.

Figure 4: Configuration Wizard Filtering settings

RadDropDownTree Configuration Wizard Filtering

Button Settings

The Button Settings tab allows you to configure if the ShowCheckAll and ShowClear buttons are going to be displayed.

Figure 5: Configuration Wizard Button settings

RadDropDownTree Configuration Wizard Button

Localization

The Localization tab allows you to change the default messages for the buttons embedded within the RadDropDownTree (by default they are "Check All" and "Clear").

Figure 5: Configuration Wizard Localization

RadDropDownTree Configuration Wizard Localization

See Also

In this article