ASPxClientGridView.ShowCustomizationWindow Method
Invokes the Customization Window and displays it over the specified HTML element.
Declaration
ShowCustomizationWindow(
showAtElement?: any
): void
Parameters
| Name | Type | Description |
|---|---|---|
| showAtElement | any | An object that specifies the HTML element relative to whose position the customization window is invoked. |
Remarks
To hide the customization window, use the ASPxClientGridView.HideCustomizationWindow method.
Note
The ASPxGridViewBehaviorSettings.EnableCustomizationWindow option must be enabled.
See Also