Back to Devexpress

ASPxClientGridLookup Class

aspnet-js-aspxclientgridlookup.md

latest1.5 KB
Original Source

ASPxClientGridLookup Class

The client-side equivalent of the ASPxGridLookup control.

Declaration

ts
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

ASPxClientControlBase ASPxClientControl ASPxClientEditBase ASPxClientEdit ASPxClientTextEdit ASPxClientTextBoxBase ASPxClientButtonEditBase ASPxClientDropDownEditBase ASPxClientGridLookup

See Also

Grid View

ASPxClientGridLookup Members