RoyBaird
Posts: 115
|
| Posted: 08/14/2006, 1:48 PM |
|
I need to "Freeze" the first column and the headings like Excel. I found a way to do it in ASP.NET, but need to make it happen inside CCS. ( http://www.codeproject.com/aspnet/FreezePaneDatagrid.asp )
Any ideas?
_________________
Roy |
 |
 |
Waspman
Posts: 948
|
| Posted: 08/15/2006, 12:31 AM |
|
How about using 2 grids?
Works with rows, not sure with columns
_________________
http://www.waspmedia.co.uk |
 |
 |
bedollandres
Posts: 48
|
| Posted: 08/15/2006, 1:47 PM |
|
I use this solution: http://home.tampabay.rr.com/bmerkey/examples/locked-column-csv.html
it works ok
_________________
bedollandres |
 |
 |
|