Interfaces
 InterfaceDescription
 IDataGridElement Visual elements of the Spark DataGrid control that must remain in sync with the grid's layout and scroll position must implement this interface.
 IGridItemEditor The IGridItemEditor interface defines the interface that item editors for the Spark DataGrid and Spark Grid controls must implement.
 IGridItemRenderer The IGridItemRenderer interface must be implemented by DataGrid item renderers.
 IGridVisualElement This interface provides a method that dynamically created visual elements can use to configure themselves before they're displayed.
Classes
 ClassDescription
 CellPosition The CellPosition class defines a data structure used by the Spark data grid classes to represent selected cells in the control.
 CellRegion The CellRegion class defines a data structure used by the Spark data grid classes to represent a rectangular region of cells in the control.
 ComboBoxGridItemEditorThe ComboBoxGridItemEditor class defines an item renderer for use with the Spark grid controls, such as DataGrid and Grid.
 DataGridDragProxy The DataGridDragProxy class defines the default drag proxy used when dragging data from a DataGrid control.
 DataGridEditor The DataGridEditor contains all the logic and event handling needed to manage the life cycle of an item editor.
 DefaultGridItemEditorThe DefaultGridItemEditor class defines the default item renderer used by the Spark grid controls, such as DataGrid and Grid.
 GridColumn The GridColumn class defines a column of a Spark grid control, such as the Spark DataGrid or Grid control.
 GridColumnHeaderView This class is internal to the DataGrid implementation.
 GridDoubleClickMode The GridDoubleClickMode class defines the valid constant values for the doubleClickMode property of the Spark DataGrid and Grid controls.
 GridItemEditor The GridItemEditor class defines the base class for custom item editors for the Spark grid controls, such as DataGrid and Grid.
 GridItemEditorActivationMouseEvent The EditorActivationMouseEvent class defines the possible values for the the kinds of mouse events that cause an editor to be opened on a Spark DataGrid component.
 GridItemRenderer The GridItemRenderer class defines the base class for custom item renderers for the Spark grid controls, such as DataGrid and Grid.
 GridLayer The GridLayer class defines a container used for the layers of the Grid control's visual elements.
 GridSelectionMode The GridSelectionMode class defines the valid constant values for the selectionMode property of the Spark DataGrid and Grid controls.
 GridSortFieldSimple 
 GridView This class is internal to the DataGrid implementation.