|
#1
|
|||
|
|||
|
Hi
When I right click on Listgrid the freeze option is not coming. I am able to see other option viz Sort Ascending, Sort Descending, Columns and Group by. I have two screen where I am using getViewState and setViewState functions. Earlier I had thought because of restoring the state, the freeze problem is coming. But even if I remove the code, the problem is still there. Please, anyone have an idea of what is causing this problem and how to fix it? Thanks, Sandip25pa |
|
#2
|
|||
|
|||
|
The flag canFreezeFields enables the freeze menu items.
Note that frozen fields are incompatible with a few features as mentioned in the docs, include header spans. |