DVXP TEdit.NET Grid Control for ASP.NET
| Class | Description |
|---|---|
| AfterRowUpdateEventArgs | Arguments class for AfterRowUpdate event |
| BeforeRowUpdateEventArgs | Arguments class for BeforeRowUpdate event |
| CreateEditControlEventArgs | Arguments class for CreateEditControl event. Used to pass a reference to the control that the table editor creates by default. The user can replace this reference by a self created control. |
| ErrorEventArgs | Arguments class for Error event |
| FieldFormatEventArgs | Arguments class for FieldFormat event |
| FieldParseEventArgs | Arguments class for FieldParse event |
| GetEditControlValueEventArgs | Arguments class for GetEditControlValue event |
| GridDataBindEventArgs | Arguments class for GridDataBind event |
| MasterDetailAssignment | Binds a sub-table editor to a parent table editor. Also see the MasterTableEditorBinding property. |
| ProvideAutoIncrementIdCommandEventArgs | Used to provide a command for retrieving the DB generated ID value of a new row |
| ProvideDataViewEventArgs | Arguments class for ProvideDataView event |
| ProvideDefaultRowValuesEventArgs | Arguments class for ProvideDefaultRowValues event |
| ProvideLookupCommandEventArgs | Used to retrieve a column lookup command |
| ProvideLookupDataEventArgs | Arguments class for ProvideLookupData event |
| ProvideSelectCommandEventArgs | Used to retrieve select command and primary key |
| ProvideUpdateCommandsEventArgs | Used to retrieve update/insert/delete commands |
| RowSelectedEventArgs | Holds information about the newly selected row |
| SaveDataEventArgs | Arguments class for the SaveData event |
| SelectButtonFormatEventArgs | Arguments class for SelectButtonFormat event |
| SelectCheckBoxFormatEventArgs | Arguments class for SelectCheckBoxFormat event |
| SetEditControlValueEventArgs | Arguments class for SetEditControlValue event |
| TableEditor | DVXP TEdit.NET Grid control is a data-table editor control for ASP.NET |
| Enumeration | Description |
|---|---|
| ErrorAction | List of actions that can cause the Error event to be raised |
| RowUpdateAction | The type of update action performed on a row |
| TableEditor.AddButtonLocationType | Location of add button |
| TableEditor.EditInGridType | Speficies how editing inside grid cells behaves |