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. |
Band | Object that defines a band. |
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. |
BehaviorCollectionBase | Base object for the behavior collections used in the grid. |
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. |
CancelAddRowEventArgs | Event arguments object passed into the row adding event handler. Provides an option to cancel the 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. |
CancelContainerGridRowEventArgs | Event arguments object that is passed into an event handler that is related to a row. This event is cancelable. |
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. |
CancelGroupedColumnsEventArgs | Event arguments object that is passed into an event handler that is related to a GroupedColumns. This event is cancelable. |
CancelGroupedRowEventArgs | Event arguments object that is passed into an event handler that is related to a row. This event is cancelable. |
CancelHeaderCheckBoxEventArgs | Event arguments object that is passed into an event handler for header checkbox clicking This event is cancelable. |
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. |
CheckboxEditProvider | |
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 |
ClientGroupedColumn | Object that defines a gouped column. This object does not preserve its state, and if meant to be used to add a range for grouped columns to a band. |
ClientStateManagerBase | An object in charge of managing the ClientState of an Object. |
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. |
ColumnGroupingSetting | ColumnGroupingSetting object of the grid. |
ColumnGroupingSettings | A collection of ColumnGroupingSetting objects. |
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. |
ContainerGrid | ContainerGrid's main DOM object. Infragistics.Web.UI.ContainerGrid inherites from Infragistics.Web.UI.WebDataGrid. |
ContainerGridRow | Infragistics.Web.UI.ContainerGrid's row object. Inherits from Infragistics.Web.UI.GridRow |
ContainerGridRowCollection | Row collection object. Contains the grid's ($IG.ContainerGrid) rows. This collection inherits from $IG.GridRowCollection. |
ContainerGridRowEventArgs | Event arguments object that is passed into an event handler that is related to a row. |
DeleteRowButtonEventArgs | Event arguments object used by events related to delete-button of RowDeleting behavior of WebDataGrid. |
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. |
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. |
GroupedCell | GroupedRow's value cell object |
GroupedColumn | Object that defines a grouped column. |
GroupedColumnsCollection | A collection of GroupedColumn objects. |
GroupedColumnsEventArgs | Event arguments object that is passed into an event handler that is related to a GroupedColumns. |
GroupedRow | ContainerGrid's grouped row object. |
GroupedRowCollection | Grouped rows collection object. Contains the grid's ($IG.ContainerGrid) grouped rows. |
GroupedRowEventArgs | Event arguments object that is passed into an event handler that is related to a row. |
GroupingSettings | Object that defines a column grouping settings for the band. |
HashTree | A simple tree stucture using Javascript objects |
HeaderCheckBoxEventArgs | Event arguments object that is passed into an event handler for header checkbox clicked |
HeaderLayoutColumn | Object that defines a band. |
HierarchicalGridAction | |
HierarchicalGridGroupingSettings | Grouping settings object for the $IG.WebHierarchicalDataGrid. |
HierarchicalGridUtility | ContainerGrid's utility object. Contains helper methods to work with the Infragistics.Web.UI.ContainerGrid. Inherites from Infragistics.Web.UI.GridUtility |
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. |
MonthCalendarProvider | The object defines the WebTextEditor editor provider for a column. Overrides the EditorProvider object. |
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. |
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. |
UpdateRowAction | |
WebDataGrid | Creates WebDataGrid client-side object. |
WebHierarchicalDataGrid | WebHierarchicalDataGrid's main DOM object. |