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

DropDown Position

Note that the property is valid after 2012 Q3 SP1 and above.

You could easily adjust the position of the DropDown of the RadAutoCompleteBox, by simply managing the DropDownPosition property. There are two values that can be set with the DropDownPosition property - Automatic and Static. If the Automatic value is set, the DropDown would appear right beneath the token, which is about to be added. If the RadAutoCompleteBox is configured using the Static DropDownPosition, the DropDown would appear beneath the left end of the control. The behavior of the DropDownPosition property will be applied, regardless the InputType of the RadAutoCompleteBox.

DropDownPosition="Automatic" . DropDownPosition="Static" .
dropdownposition automatic dropdownposition static
In this article