How do you freeze columns in PWA views?

K

ken nj

Example:
I would like to freeze several columns and scroll across
to the other columns such as ID, Task Name, % Work Complete,
etc in the Task View and Project Center and Project View.
 
C

Cory K. Walker

Your best bet is to "Export Grid to Excel" and use Excel to do it. I'm not
aware of any technique that allows you to do it inline with Internet Explorer.
 
G

Gord Schmidt

You could create your own web page and use the MSPJGrid. Although you
cannot freeze columns directly you could create two panes: the first
with your frozen columns and the second with the rest of the data. It
would accomplish something quite similar to what you want.

Gord
 
Top