Version

GridUtility class Members

The following tables list the members exposed by GridUtility.

Public Constructors
 NameDescription
Public ConstructorGridUtility Constructor  
Public Methods
 NameDescription
Public MethodareIdPairsEqualDetermines whether two IDPairs are equal.  
Public MethoddisposeCalled whenever the object is being disposed of.  
Public MethodfindRowIndexByCellElemReturns a row's index from an element.  
Public MethodgetCellElemFromIndexReturns DOM cell element by its row and index.  
Public MethodgetCellFromElemResolvse a TD element and returns corresponding grid cell object.  
Public MethodgetCellIDPairFromElemGets Infragistics.Web.UI.CellIDPair identificator of the cell that corresponds to the cell DOM element.  
Public MethodgetCellIndexReturns DOM cell index. The method is browser independent.  
Public MethodgetCellIndexFromElemResolvse a TD element and returns corresponding grid cell index.  
Public MethodgetFirstVisualRowGets first visible row in the grid. This row may be an add new row, filter row, or a regular data row.  
Public MethodgetFooterFromElemGets footer object from a TH DOM element.  
Public MethodgetHeaderFromElemGets header object from a TH DOM element.  
Public MethodgetLastVisualRowGets last visible row in the grid. This row may be an add new row, filter row, or a regular data row.  
Public MethodgetNextCellGets next cell object in the tab order.  
Public MethodgetNextCellVertGets the cell object below.  
Public MethodgetNextRowGets next DOM element row.  
Public MethodgetPrevCellGets previous cell object in the tab order.  
Public MethodgetPrevCellVertGets the cell object above.  
Public MethodgetPrevRowGets previous DOM element row.  
Public MethodgetRowFromCellElemReturns a row object from a cell element.  
Public MethodisVisibleCellDetermines whether a cell is in a visible container.  
Public MethodscrollCellIntoViewIEScrolls a cell into view.  
See Also