| Class | Description |
| Activation |
Activation behavior object of the grid.
|
| ActiveCellChangedEventArgs |
Event arguments object passed into the active cell changed event handler.
|
| ActiveCellChangingEventArgs |
Event arguments object passed into the active cell changing event handler.
|
| AddedRowAction | |
| AddNewGridRow |
Override of the GridRow object. Adds functionality for the add new row off the grid.
|
| AJAXResponseErrorEventArgs |
Event arguments object that is passed into the AJAXResponse event handler when the AJAX request fails. It is cancelable so the default error message can be prevented.
|
| AJAXResponseEventArgs |
Event arguments object that is passed into the AJAXResponse event handler.
|
| BatchUpdateUndoingEventArgs |
Event arguments object passed into the batch undoing event handler. Provides an option to cancel the event.
|
| BatchUpdateUndoneEventArgs |
Event arguments object that is passed into the CellValueChangedEventArgs event handler.
|
| BrowserEventArgs |
Event arguments object that is passed into the browser event handler when an event occurs.
This event is cancelable and if it is canceled,
the event will not be processed by the grid.
|
| CalendarProvider |
The object defines the WebCalendar editor provider for a column.
Overrides the EditorProvider object.
|
| CancelAddRowEventArgs |
Event arguments object passed into the row adding event handler. Provides an option to cancel the event.
|
| CancelApplyFiltersEventArgs |
Object for cancelable event arguments used in the Filtering behavior for the DataFiltering event.
|
| CancelBehaviorEventArgs |
Base object for cancelable event arguments used in the grid behaviors.
|
| CancelCellValueChangingEventArgs |
Event arguments object passed into the cell value changing event handler. Provides an option to cancel the event.
|
| CancelEditModeEventArgs |
Event arguments object that is passed into the EnteringEditMode and ExitingEditMode event handlers. Provides an option to cancel the events.
|
| CancelEditRowEventArgs |
Event arguments object that is passed into the TemplateOpening and TemplateClosing event handlers. Provides an option to cancel the events.
|
| CancelHeaderCheckBoxEventArgs |
Event arguments object that is passed into an event handler for header checkbox clicking
This event is cancelable.
|
| CancelMoreRowsRequestingEventArgs |
Event arguments object passed into the more rows requesting event handler. Provides an option to cancel the event.
|
| CancelRowEventArgs |
Event arguments object that is passed into an event handler that is related to a row.
This event is cancelable.
|
| CancelRowsDeletingEventArgs |
Event arguments object that is passed into the RowsDeleting event handler. Provides an option to cancel the event.
|
| CancelUpdateRowEventArgs |
Event arguments object passed into the row updating event handler. Provides an option to cancel the event.
|
| CellEditing |
Editing behavior object of the grid.
|
| CellSelectionChangedEventArgs |
Event arguments object that is passed into the CellSelectionChanged event handler.
|
| CellSelectionChangingEventArgs |
Event arguments object that is passed into the CellSelectionChanging event handler.
|
| CellValueChangedEventArgs |
Event arguments object that is passed into the CellValueChangedEventArgs event handler.
|
| ClientBinding |
The object contains definition of a client binding that binds a control to a row's cell.
|
| ClientCancelUpdateRowEventArgs |
Event arguments object passed into the row updating event handler. Provides an option to cancel the event.
Has a default setting of
|
| ClientColumnFilter |
Object that defines rule and value based filtering condition. This object does not preserve its state.
|
| ClientCondition |
Object that defines rule and value based filtering condition. This object does not preserve its state.
|
| ClientFixedColumnInfo |
Fixed column object to be used in the FixedStateChanging event.
|
| ColumnCollection |
Column collection object. Contains the grid's columns.
|
| ColumnEditableSetting |
Object that defines a column editable setting for a grid behavior.
|
| ColumnEditor |
Object that defines a column editor for the grid columns.
|
| ColumnFilter |
Object that defines a column filter for the grid column.
|
| ColumnFilterAddedArgs |
Class used as EventArgs while raising ColumnFilterAdded event
|
| ColumnFilterAddingRemovingEventArgs |
Object for event arguments used in the Filtering behavior for Adding/Removing column filters.
|
| ColumnFilterSettings |
Object that defines a column filter setting for the grid column.
|
| ColumnFixing |
Column fixing behavior for the WebDataGrid.
|
| ColumnFixingAction |
Object for event arguments used in the ColumnFixing behaviors to make full or partial postbacks.
|
| ColumnFixingSettings |
Object that defines a column fixing setting for the grid column.
|
| ColumnMoveSetting |
ColumnMoveSetting object of the grid.
|
| ColumnMoveSettings |
A collection of ColumnMoveSetting objects.
|
| ColumnMoving |
ColumnMoving behavior object of the grid.
|
| ColumnResizedEventArgs |
Event arguments object that is passed into the ColumnResized event handler.
|
| ColumnResizeDraggingEventArgs |
Event arguments object that is passed into the ColumnResizeDragging event handler.
|
| ColumnResizeSetting |
ColumnResizeSetting object of the grid.
|
| ColumnResizeSettings |
A collection of ColumnResizeSetting objects.
|
| ColumnResizing |
ColumnResizing behavior object of the grid.
|
| ColumnResizingEventArgs |
Event arguments object that is passed into the ColumnResizing event handler.
|
| ColumnSelectionChangedEventArgs |
Event arguments object that is passed into the ColumnSelectionChanged event handler.
|
| ColumnSelectionChangingEventArgs |
Event arguments object that is passed into the ColumnSelectionChanging event handler.
|
| ColumnSetting |
Object that defines a column setting for a grid behavior.
|
| DataFilteredArgs |
Class used as EventArgs while raising DataFiltered event
|
| DateChooserProvider |
The object defines the WebDateChooser editor provider for a column.
Overrides the EditorProvider object.
|
| DropDownProvider |
The object defines the WebDropDown editor provider for a column.
Overrides the EditorProvider object.
|
| EditingCore |
Updating behavior object of the grid.
|
| EditingCoreBehaviorCollection | |
| EditModeActions |
The object contains actions that will cause the grid to enter edit mode.
|
| EditModeEventArgs |
Event arguments object that is passed into the EnteredEditMode and ExitedEditMode event handlers.
|
| EditorProvider |
Base class for all editor providers in the grid.
|
| EditRowEventArgs |
Event arguments object that is passed into the TemplateOpened and TemplateClosed event handlers.
|
| Filtering |
Filtering behavior object of the grid.
|
| FilteringAction |
Object for event arguments used in the Filtering behaviors to make full or partial postbacks.
|
| FilteringNodeObject |
Object that defines rule and value based filtering condition.
|
| FilterRow |
Override of the GridRow object. Adds functionality for the filter row off the grid.
|
| FixedColumnInfo |
Fixed column object.
|
| FixedEvenArgs |
Class used as EventArgs while raising FixedStateChanged event
|
| FixingEventArgs |
Class used as EventArgs while raising FixedStateChanging event
|
| FixUnfixColumnEventArgs |
Object for event arguments used in the ColumnFixing behavior for Fixing/Unfixing a column.
|
| FlagsHelper |
This class is for internal use only.
Provides helper methods for decoding and coding UIFlags.
|
| FlagsObject | |
| GridAction | Object contains info about an action that the grid is passing back to the server. |
| GridActionTransactionList | List of grid transactions to pass back to the server. |
| GridAffectedItems |
Collection of row and row ID pairs to be deleted.
|
| GridAJAXResponseEventArgs |
Event arguments object that is passed into the AJAXResponse event handler.
|
| GridBehavior |
Base object for the behaviors used in the grid.
|
| GridBehaviorCollection |
Grid behavior collections. Contains helper properties for explicit access to the behaviors.
|
| GridBehaviorContainer |
Base object for the behaviors that contain other child behaviors.
|
| GridCell |
Grid cell object.
|
| GridCellReadOnlyCollection |
Read-only collection of grid cells.
|
| GridColumn |
Grid column object.
|
| GridColumnCaption |
Grid column caption (header or footer) object.
|
| GridColumnReadOnlyCollection |
Read-only collection of grid columns.
|
| GridEditBase |
Editing behavior object of the grid.
|
| GridRow |
Grid row object.
|
| GridRowCollection |
Row collection object. Contains the grid's rows.
|
| GridRowReadOnlyCollection |
Read-only collection of grid rows.
|
| GridSelectedCellCollection |
Selected cells collection. Manipulating with the items of this collection means selecting/unselecting cells in the grid.
|
| GridSelectedColumnCollection |
Selected columns collection. Manipulating with the items of this collection means selecting/unselecting columns in the grid.
|
| GridSelectedRowCollection |
Selected rows collection. Manipulating with the items of this collection means selecting/unselecting rows in the grid.
|
| GridSelectionCollection |
Base class for selected object collections in the grid.
|
| GridUtility |
Grid's utility object. Contains helper methods to work with the grid.
|
| HashTree |
A simple tree stucture using Javascript objects
|
| HeaderCheckBoxEventArgs |
Event arguments object that is passed into an event handler for header checkbox clicked
|
| HeaderDragEndEventArgs | |
| HeaderDragStartEventArgs |
Event arguments object that is passed into the PageIndexChanging event handler.
|
| HeaderDroppedEventArgs | |
| HeaderLayoutColumn |
Object that defines a band.
|
| HeaderMoveEventArgs |
Event arguments object that is passed into the PageIndexChanging event handler.
|
| ImageCheckBox |
Represents an Image CheckBox capable of display in tri-state or bi-state mode.
In bi-state the checkbox offers two states - checked and unchecked.
In tri-state the checkbox offers three states - checked, unchecked and partial.
|
| ImageObject |
An object that has an associated image element and the concept of different states, such as Normal, Hover, Pressed, and Disabled.
|
| ItemEventArgs |
Event arguments object that is passed into the browser event handler when an event occurs.
Also if a grid's object such as cell, header, footer is availale, a reference to it is provided through
the event arguments.
This event is cancelable and if it is canceled,
the event will not be processed by the grid.
|
| ListItem |
Represents an item for flat data controls.
|
| MarginRowSelectorClickedEventArgs |
Event arguments object passed into the HeaderRowSelectorClicked and FooterRowSelectorClicked event handler.
|
| MonthCalendarProvider |
The object defines the WebTextEditor editor provider for a column.
Overrides the EditorProvider object.
|
| MoreRowsReceivedEventArgs |
Event arguments object passed into event raised after rows were received from server.
|
| MoveEventArgs | Class for object used as parameter while raising Move events. |
| PagerEventArgs |
Event arguments object that is passed into the PageIndexChanging event handler.
|
| Paging |
Paging behavior object of the grid.
|
| RatingProvider |
The object defines the WebRating editor provider for a column.
Overrides the EditorProvider object.
|
| RowAddedEventArgs |
Event arguments object that is passed into the RowAdded event handler.
|
| RowAdding |
RowAdding behavior object of the grid.
|
| RowAddingSetting |
Object that defines a column editable setting for a grid behavior.
|
| RowDeleting |
Deleting behavior object of the grid.
|
| RowEditingTemplate |
Edit row behavior object of the grid.
|
| RowEditModeActions |
The object contains actions that will cause a row to enter edit mode. Inherited from the EditModeActions object.
|
| RowEventArgs |
Event arguments object that is passed into an event handler that is related to a row.
|
| RowsDeletedEventArgs |
Event arguments object that is passed into the RowsDeleted event handler.
|
| RowSelectionChangedEventArgs |
Event arguments object that is passed into the RowSelectionChanged event handler.
|
| RowSelectionChangingEventArgs |
Event arguments object that is passed into the RowSelectionChanging event handler.
|
| RowSelectorClickedEventArgs |
Event arguments object passed into the RowSelectorClicked event handler.
|
| RowSelectorClickingEventArgs |
Event arguments object passed into the RowSelectorClicking event handler.
|
| RowSelectors |
Row selectors behavior object of the grid.
|
| RowUpdatedEventArgs |
Event arguments object that is passed into the RowUpdatedEventArgs event handler.
|
| Selection |
Selection behavior object of the grid.
|
| SliderProvider |
The object defines the WebSlider editor provider for a column.
Overrides the EditorProvider object.
|
| SortedEventArgs |
Event arguments object passed into the ColumnSorted event handler.
|
| Sorting |
Sorting behavior object of the grid.
|
| SortingAction | |
| SortingColumnSetting |
SortingColumnSetting object of the grid.
|
| SortingColumnSettings |
A collection of SortingColumnSetting objects.
|
| SortingEventArgs |
Event arguments object passed into the ColumnSorting event handler.
|
| TextEditorProvider |
The object defines the WebTextEditor editor provider for a column.
Overrides the EditorProvider object.
|
| TextEditProvider |
The object defines the WebTextEdit editor provider for a column.
Overrides the EditorProvider object.
|
| UpdateRowAction | |
| VirtualScrolling |
Virtual scrolling behavior object of the grid.
|
| VirtualScrollingFormatToolTipEventArgs |
Event arguments object passed into event raised before display tooltip.
|
| WebDataGrid |
Creates WebDataGrid client-side object.
|