Skip to main content
A newer version of this page is available. .

ASPxClientComboBox.EnsureDropDownLoaded(callbackFunction) Method

Determines whether the drop-down content is loaded; if not - loads the content.

Declaration

EnsureDropDownLoaded(
    callbackFunction: any
): void

Parameters

Name Type Description
callbackFunction any

An object that is the JavaScript function that receives the callback data as a parameter. The function is performed after the combo box content is loaded.

Remarks

When the ASPxAutoCompleteBoxBase.LoadDropDownOnDemand property is set to true, the editor’s content is loaded on demand. Use the EnsureDropDownLoaded method to ensure that the content is loaded. If the content is not loaded, the EnsureDropDownLoaded method loads the drop-down content.

See Also