SMART datagrid v.1 > Examples

[ grids ver.1.3.1]   Back  Forward

Fixed Rows  Example

You can specify fixedRowCount property of displayOptions of the grid to fix one or more top rows. The fixed rows are excluded from the vertical scroll. And, they are also excluded from Sorting and Filtering

In the grid below, the number of Fixed Rows has been set as 2. 

Grid - 1

Basically, the cells contained in the fixed row are drawn by the style specified in fixedRowStyles or fixedCellStyles of body rather than the column style. 

View Source JSP 

See Also
fixedRowCount
GridBase.body
fixedRowStyles
fixedCellStyles
Examples
FixedColumns
AlternateRowColors