This is an old revision of the document!
It is quit easy for developers to make some columns frozen/locked within jqGrid. The locked columns do not scroll out of view when users moving horizontally across the grid. This is quite useful when you dealing with wide table with some fields should be visible permanently.
Setup and limitations
Setup
First you will need to setup which columns will be frozen/locked.This is done in colModel setting the property frozen:true. Below is a correct setup:
Discussion
Fozen Column not Work with xmlstring datatype
Only Headers are Frozen not data