Version

HierarchicalGridUtility class Members

The following tables list the members exposed by HierarchicalGridUtility.

Public Constructors
Public Methods
 NameDescription
Public MethodareIdPairsEqualDetermines whether two IDPairs are equal. (Inherited from Infragistics.Web.UI.GridUtility)
Public MethoddisposeCalled whenever the object is being disposed of. (Inherited from Infragistics.Web.UI.GridUtility)
Public MethodfindRowIndexByCellElemReturns a row's index from an element. (Inherited from Infragistics.Web.UI.GridUtility)
Public MethodgetCellElemFromIndexReturns DOM cell element by its row and index. (Inherited from Infragistics.Web.UI.GridUtility)
Public MethodgetCellFromElemResolvse a TD element and returns corresponding grid cell object. (Inherited from Infragistics.Web.UI.GridUtility)
Public MethodgetCellIDPairFromElemGets Infragistics.Web.UI.CellIDPair identificator of the cell that corresponds to the cell DOM element. (Inherited from Infragistics.Web.UI.GridUtility)
Public MethodgetCellIndexReturns DOM cell index. The method is browser independent. (Inherited from Infragistics.Web.UI.GridUtility)
Public MethodgetCellIndexFromElemResolvse a TD element and returns corresponding grid cell index. (Inherited from Infragistics.Web.UI.GridUtility)
Public MethodgetFirstVisualRowGets 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)
Public MethodgetFooterFromElemGets footer object from a TH DOM element. (Inherited from Infragistics.Web.UI.GridUtility)
Public MethodgetGrpRowFromElemDetermines if the passed in element is a grouped row TR and if so returns the the Infragistics.Web.UI.GroupedRow object for the element.  
Public MethodgetHeaderFromElemGets header object from a TH DOM element. (Inherited from Infragistics.Web.UI.GridUtility)
Public MethodgetLastVisualRowGets 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)
Public MethodgetNextCellGets the next cell visual cell.  
Public MethodgetNextCellVertGets the cell object below. (Inherited from Infragistics.Web.UI.GridUtility)
Public MethodgetNextRowGets next DOM element row. (Inherited from Infragistics.Web.UI.GridUtility)
Public MethodgetPrevCellGets previous cell object in the tab order. (Inherited from Infragistics.Web.UI.GridUtility)
Public MethodgetPrevCellVertGets the cell object above. (Inherited from Infragistics.Web.UI.GridUtility)
Public MethodgetPrevRowGets previous DOM element row. (Inherited from Infragistics.Web.UI.GridUtility)
Public MethodgetRowFromCellElemReturns a row object from a cell element. (Inherited from Infragistics.Web.UI.GridUtility)
Public MethodisGridADescendentDetermines 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.)  
Public MethodisVisibleCellDetermines whether a cell is in a visible container. (Inherited from Infragistics.Web.UI.GridUtility)
Public MethodscrollCellIntoViewIEScrolls a cell into view. (Inherited from Infragistics.Web.UI.GridUtility)
See Also