APNSoft.com - Web Controls, components for ASP.NET
 About Us 
 Articles 
 Products
 Downloads 
 Purchase
 Support

DataGrid
Controls Suite 4.5


Overview
Features
Reference Book
Live Demos
Populating with Data
Columns
Width
Sorting
Header Text
Line Numbers
Data Formatting
CSS Formatting
Fixed columns
HTML Template
XSL Template
ASCX Template
Rows
Appearance & Layout
Behavior
Bottom Bar
Application scenarios







APNSoft DataGrid includes support for fixed (frozen) columns. Fixed columns remain visible on the left side of the grid and do not scroll when the grid scrolls. As seen in above example, there are two columns that remain visible regardless of horizontal scrolling.
  • To make a column as fixed, set the Fixed property to true.
  • The property FixedColumnsOpacity specifies the opacity factor applied to the fixed columns.
  • The property FixedColumnMark specifies a mark for the fixed column. By default, the fixed column marked with the asterisk *.
  • A DIV element with fixed columns can be customized by using the .GridColumnFixedDIV{} CSS class, which is in the Skin's CSS Style (Style.CSS).




Code Samples:


© 2003-2024 APNSoft. All rights reserved.    Terms of use.