ASPxClientGridLookup Class
In This Article
The client-side equivalent of the ASPxGridLookup control.
#Declaration
TypeScript
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 ASPx
#Inheritance
See Also