BootstrapClientGridView Class
Represents the client BootstrapGridView.
Declaration
declare class BootstrapClientGridView extends ASPxClientGridView
Remarks
The functionality provided by the BootstrapClientGridView almost replicates the server-side functionality implemented by the BootstrapGridView. In that way, a comprehensive client object model allows you to process, navigate and manipulate data directly on the client by writing appropriate JavaScript code.
Inheritance
ASPxClientControlBase
ASPxClientControl
ASPxClientGridBase
ASPxClientGridView
BootstrapClientGridView
See Also