APNSoft - Web Controls, components for ASP.NET Home Help Center Contact Us
About UsProductsDownloadsPurchase
Support

DataGrid
Version 3.1



What's New
Overview
Features
Reference Book
Licensing
Support



Populating with Data
Columns   (general)
Columns   (templates)
Rows
Bottom Bar
Layout and Behavior
Exporting
Skins






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 (CSSStyle.CSS).

Code Samples:
Default.aspxDefault.aspx.csDefault.aspx.vbSkin Style
Skin ImagesNwind.mdb  


  © 2003-2010 APNSoft. All rights reserved. Table of Contents   Terms of use   Contact Us   Help Center