ASPxClientGridLookup Class
The client-side equivalent of the ASPxGridLookup control.
Declaration
declare class ASPxClientGridLookup extends ASPxClientDropDownEditBase
Remarks
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.
Inheritance
See Also