SMART datagrid v.1 > Examples

[ grids ver.1.3.1]   Back  Forward

Fixed Columns  Example

One or more top columns (groups) can be fixed by specifying fixedColumnCount property of displayOptions of the grid. The fixed columns (groups) will be excluded from the horizontal scroll. In the grid below, the number of Fixed Columns has been set as 2. Basically, the cells contained in the fixed columns will be drawn with using the styles specified in fixedStyles of displayOptions rather than column styles. 


Grid - 1
rows

View Source JSP 

See Also
fixedRowCount
DisplayOptions