The following tables list the members exposed by ColumnFixing.
| Name | Description | |
|---|---|---|
![]() | ColumnFixing Constructor |
| Name | Description | |
|---|---|---|
![]() | autoAdjustCells | Gets the setting for whether the cell height of the unfixed columns needs to be kept in sync with the cell height of the fixed columns. |
![]() | columnSetting | Gets the column fixing setting object at the specified index. |
![]() | columnSettingFromKey | Gets the column fixing setting object that is tied to the column with the specified column key. |
![]() | columnSettings | Gets the column fixing settings collection |
![]() | element | Returns the element assoicated with the item. |
![]() | events | |
![]() | fixButtonAlignment | Indicate whether the fix button/pin is located to the left or to the right of the header caption. |
![]() | fixedColumns | Returns an array with the columns that are currently fixed. |
![]() | fixLocation | Gets the direction to which all columns are fixed to unless otherwise specified in the ColumnSetting object for the column |
![]() | headerRegions | Returns a two dimentional array. The first dimention contains the regions that the WebDataGrid header is devided into and the second dimention contains all the TH elements in that region. |
![]() | id | |
![]() | isInitialized | |
![]() | isUpdating | |
![]() | leftFixedCount | The number of columns that are currently fixed to the left edge of the grid. |
![]() | name | Gets the name of the behavior. |
![]() | rightFixedCount | The number of columns that are currently fixed to the right edge of the grid. |
| Name | Description | |
|---|---|---|
![]() | adjustUnfixedCellHeight | Adjusts the cell height of the unfixed columns so they are kept in sync with the cell height of the fixed columns. |
![]() | beginUpdate | |
![]() | containsFixedColumnByKey | Returns the true/false based on whether the column associated with the given key is currently fixed.. |
![]() | createFixedColumnObj | Creates a $IG.FixedColumnInfo object for the given column. |
![]() | dispose | This method is called by the framework, when the grid unloads. This is where the Column Fixing behavior removes all the event handlers that it had attached. |
![]() | endUpdate | |
![]() | findRowIndexByCellElem | |
![]() | fixColumn | Fixes the given column, if the column settings allow. |
![]() | fixColumnByIndex | Fixes the column associated with the given index, if the column settings allow. |
![]() | fixColumnByKey | Fixes the column associated with the given column key, if the column settings allow. |
![]() | fixColumnObjRange | Fixes the given columns, if the column settings allow. |
![]() | fixColumnRange | Fixes the columns associated with the given column keys, if the column settings allow. |
![]() | getCellIndexFromElem | |
![]() | getFixedColumnFromKey | Returns the fixed column for the specified column key. |
![]() | initialize | |
![]() | raisePropertyChanged | |
![]() | scrollCellIntoViewIE | |
![]() | unfixColumn | Unfixes the given column, if the column is currently fixed. |
![]() | unfixColumnByIndex | Unfixes the column associated with the given index, if the column is currently fixed. |
![]() | unfixColumnByKey | Unfixes the column associated with the given column key, if the column is currently fixed. |
![]() | unfixColumnRange | Unfixes the columns associated with the given column keys, if the columns are currently fixed. |
![]() | updated |
| Name | Description | |
|---|---|---|
![]() | disposing | |
![]() | propertyChanged |



