DataGrid
Controls Suite 4.5 |
| Overview |
| Features |
| Reference Book |
| Live Demos |
| | Populating with Data |
| | Columns |
| | Rows |
| | Appearance & Layout |
| | Behavior |
| | Bottom Bar |
| | Application scenarios |
| | | Master/Detail Grids |
| | | CheckBoxes |
| | | DropDowns |
| | | Images |
| | | Update Panel |
|
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).
|