The following tables list the members exposed by HierarchicalGridUtility.
Name | Description | |
---|---|---|
HierarchicalGridUtility Constructor |
Name | Description | |
---|---|---|
areIdPairsEqual | Determines whether two IDPairs are equal. (Inherited from Infragistics.Web.UI.GridUtility) | |
dispose | Called whenever the object is being disposed of. (Inherited from Infragistics.Web.UI.GridUtility) | |
findRowIndexByCellElem | Returns a row's index from an element. (Inherited from Infragistics.Web.UI.GridUtility) | |
getCellElemFromIndex | Returns DOM cell element by its row and index. (Inherited from Infragistics.Web.UI.GridUtility) | |
getCellFromElem | Resolvse a TD element and returns corresponding grid cell object. (Inherited from Infragistics.Web.UI.GridUtility) | |
getCellIDPairFromElem | Gets Infragistics.Web.UI.CellIDPair identificator of the cell that corresponds to the cell DOM element. (Inherited from Infragistics.Web.UI.GridUtility) | |
getCellIndex | Returns DOM cell index. The method is browser independent. (Inherited from Infragistics.Web.UI.GridUtility) | |
getCellIndexFromElem | Resolvse a TD element and returns corresponding grid cell index. (Inherited from Infragistics.Web.UI.GridUtility) | |
getFirstVisualRow | Gets first visible row in the grid. This row may be an add new row, filter row, or a regular data row. (Inherited from Infragistics.Web.UI.GridUtility) | |
getFooterFromElem | Gets footer object from a TH DOM element. (Inherited from Infragistics.Web.UI.GridUtility) | |
getGrpRowFromElem | Determines if the passed in element is a grouped row TR and if so returns the the Infragistics.Web.UI.GroupedRow object for the element. | |
getHeaderFromElem | Gets header object from a TH DOM element. (Inherited from Infragistics.Web.UI.GridUtility) | |
getLastVisualRow | Gets last visible row in the grid. This row may be an add new row, filter row, or a regular data row. (Inherited from Infragistics.Web.UI.GridUtility) | |
getNextCell | Gets the next cell visual cell. | |
getNextCellVert | Gets the cell object below. (Inherited from Infragistics.Web.UI.GridUtility) | |
getNextRow | Gets next DOM element row. (Inherited from Infragistics.Web.UI.GridUtility) | |
getPrevCell | Gets previous cell object in the tab order. (Inherited from Infragistics.Web.UI.GridUtility) | |
getPrevCellVert | Gets the cell object above. (Inherited from Infragistics.Web.UI.GridUtility) | |
getPrevRow | Gets previous DOM element row. (Inherited from Infragistics.Web.UI.GridUtility) | |
getRowFromCellElem | Returns a row object from a cell element. (Inherited from Infragistics.Web.UI.GridUtility) | |
isGridADescendent | Determines if the passed in grid is a descendent of the passed in row. (a child row island of the row, a grandchild of the row, etc.) | |
isVisibleCell | Determines whether a cell is in a visible container. (Inherited from Infragistics.Web.UI.GridUtility) | |
scrollCellIntoViewIE | Scrolls a cell into view. (Inherited from Infragistics.Web.UI.GridUtility) |