aspnet-js-aspxclientgridlookup.md
The client-side equivalent of the ASPxGridLookup control.
declare class ASPxClientGridLookup extends ASPxClientDropDownEditBase
In addition to the common dropdown editor functionality inherited from its ancestor ASPxClientDropDownEditBase object, the ASPxClientGridLookup allows you to access the embedded ASPxGridView’s client object (ASPxClientGridLookup.GetGridView).
Note
The client-side programmatic interface is available if the editor’s ASPxEditBase.EnableClientSideAPI property is set to true or any client event (available through ASPxGridLookup.ClientSideEvents) is handled.
ASPxClientControlBase ASPxClientControl ASPxClientEditBase ASPxClientEdit ASPxClientTextEdit ASPxClientTextBoxBase ASPxClientButtonEditBase ASPxClientDropDownEditBase ASPxClientGridLookup
See Also