<kendo:dropDownList-popup>
The options that will be used for the popup initialization. For more details about the available options refer to Popup documentation.
Example
<kendo:dropDownList>
<kendo:dropDownList-popup></kendo:dropDownList-popup>
</kendo:dropDownList>
Configuration Attributes
appendTo java.lang.String
Defines a jQuery selector that will be used to find a container element, where the popup will be appended to.
Example
<kendo:dropDownList-popup appendTo="appendTo">
</kendo:dropDownList-popup>
origin java.lang.String
Specifies how to position the popup element based on anchor point. The value is space separated "y" plus "x" position.The available "y" positions are: - "bottom" - "center" - "top"The available "x" positions are: - "left" - "center" - "right"
Example
<kendo:dropDownList-popup origin="origin">
</kendo:dropDownList-popup>
position java.lang.String
Specifies which point of the popup element to attach to the anchor's origin point. The value is space separated "y" plus "x" position.The available "y" positions are: - "bottom" - "center" - "top"The available "x" positions are: - "left" - "center" - "right"
Example
<kendo:dropDownList-popup position="position">
</kendo:dropDownList-popup>