<kendo:dropDownButton-popup>
The options that will be used for the popup initialization. For more details about the available options refer to Popup documentation.
Example
<kendo:dropDownButton>
<kendo:dropDownButton-popup></kendo:dropDownButton-popup>
</kendo:dropDownButton>
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:dropDownButton-popup appendTo="appendTo">
</kendo:dropDownButton-popup>