Infragistics(R) NetAdvantage(R) for ASP.NET
ColumnFixing Class Members
See Also  Properties  Methods  Events E-mail your feedback on this topic.
WebDataGrid Library > Infragistics.Web.UI Namespace : ColumnFixing Class


The following tables list the members exposed by ColumnFixing.

Public Constructors

 NameDescription
Public ConstructorColumnFixing Constructor  
Top

Public Properties

 NameDescription
Public PropertyautoAdjustCells 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.  
Public PropertycolumnSetting Gets the column fixing setting object at the specified index.  
Public PropertycolumnSettingFromKey Gets the column fixing setting object that is tied to the column with the specified column key.  
Public PropertycolumnSettings Gets the column fixing settings collection  
Public Propertyelement Returns the element assoicated with the item.  
Public Propertyevents  
Public PropertyfixButtonAlignment Indicate whether the fix button/pin is located to the left or to the right of the header caption.  
Public PropertyfixedColumns Returns an array with the columns that are currently fixed.  
Public PropertyfixLocation Gets the direction to which all columns are fixed to unless otherwise specified in the ColumnSetting object for the column  
Public PropertyheaderRegions 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.  
Public Propertyid  
Public PropertyisInitialized  
Public PropertyisUpdating  
Public PropertyleftFixedCount The number of columns that are currently fixed to the left edge of the grid.  
Public Propertyname Gets the name of the behavior.  
Public PropertyrightFixedCount The number of columns that are currently fixed to the right edge of the grid.  
Top

Public Methods

 NameDescription
Public MethodadjustUnfixedCellHeight Adjusts the cell height of the unfixed columns so they are kept in sync with the cell height of the fixed columns.  
Public MethodbeginUpdate  
Public MethodcontainsFixedColumnByKey Returns the true/false based on whether the column associated with the given key is currently fixed..  
Public MethodcreateFixedColumnObj Creates a $IG.FixedColumnInfo object for the given column.  
Public Methoddispose 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.  
Public MethodendUpdate  
Public MethodfindRowIndexByCellElem  
Public MethodfixColumn Fixes the given column, if the column settings allow.  
Public MethodfixColumnByIndex Fixes the column associated with the given index, if the column settings allow.  
Public MethodfixColumnByKey Fixes the column associated with the given column key, if the column settings allow.  
Public MethodfixColumnObjRange Fixes the given columns, if the column settings allow.  
Public MethodfixColumnRange Fixes the columns associated with the given column keys, if the column settings allow.  
Public MethodgetCellIndexFromElem  
Public MethodgetFixedColumnFromKey Returns the fixed column for the specified column key.  
Public Methodinitialize  
Public MethodraisePropertyChanged  
Public MethodscrollCellIntoViewIE  
Public MethodunfixColumn Unfixes the given column, if the column is currently fixed.  
Public MethodunfixColumnByIndex Unfixes the column associated with the given index, if the column is currently fixed.  
Public MethodunfixColumnByKey Unfixes the column associated with the given column key, if the column is currently fixed.  
Public MethodunfixColumnRange Unfixes the columns associated with the given column keys, if the columns are currently fixed.  
Public Methodupdated  
Top

Public Events

 NameDescription
Public Eventdisposing  
Public EventpropertyChanged  
Top

See Also

Copyright © 2003-2011 Infragistics, Inc. All rights reserved.