AxpDataGrid

Axezz.WebControls Namespace

The AxpDataGrid classes.

Installation to Visual Studio Toolbox Create a new Tab on the Toolbox in Visual Studio and name it Axezz (or use one of the existing Tabs). To create a new Tab, right-click in the Toolbox and select Add New Tab. Add AxpDataGrid (AxpDBNet.dll) to the new Tab (Right-Click in the Tab and select Add/Remove Items... Browse to where you unpacked the distribution file and select the AxpDBNet.dll file. Press OK. The Tab in the Toolbox now contains the AxpDataGrid WebControl.

Namespace hierarchy

Classes

Class Description
AxpDataGrid The AxpDataGrid WebControl
DataColumn Column object available in the DataColumnCollection used by the AxpDataGrid.GridColumns and AxpDataGrid.FormViewColumns collections.
DataColumnCollection Collection used by AxpDataGrid.GridColumns and AxpDataGrid.FormViewColumns
DBConnection A database connection class associated with the AxpDataGrid.
DbUpdateFieldItem Available in the database Before/After Insert, Update, Delete events and contains the table column values about to be posted to the database.
DbUpdateFieldsCollection The collection of DBUpdateFieldItems available in the database Before/After Insert, Update, Delete events.
EditFieldItem Manually created object(s) for Form Edit Input Field Setting.
EditFieldsCollection The collection of EditFieldItems that currently exists
HtmlEditor Rich Text Editor for text columns
UpdateRecordEventArgs Event argument type available in the Database update events.

Delegates

Delegate Description
AxpDataGrid.AfterDeleteRecordEventHandler  
AxpDataGrid.AfterInsertRecordEventHandler  
AxpDataGrid.AfterUpdateRecordEventHandler  
AxpDataGrid.BeforeDeleteRecordEventHandler  
AxpDataGrid.BeforeInsertRecordEventHandler  
AxpDataGrid.BeforeUpdateRecordEventHandler  

Enumerations

Enumeration Description
ScrollType Scroll type for AxpDataGrid.Scroll