How do I freeze the first column of the grid? I am able to freeze the headers using StationaryMargins="HeaderAndFooter" property. My grid has 31 columns with date as first column. So when the user scrolls horizontally, the date column should remain pinned/pegged so that the user can make out for which date they are seeing the data. I have attached the screenshot of the grid.
Have been struggling for sometime. Really appreciate any help.
Thanks
The grid is designed so that you set the DisplayLayout.UseFixedHeaders = True in conjuction with setting the header for the column you want to have a property of Header.Fixed = True, but as you can read below, it causes issues for some.
http://forums.infragistics.com/forums/p/3438/37409.aspx#37409
Thanks for that lead. I tried using that and my grid went crazy. So do we have any other means or ways to achieve this?
When I use UseFixedHeaders=true, it looks good. But when I scroll horizontally all the headers are fixed. I need only the first column header should be fixed and the remaining has to move along with the data. Please help me.
Did you set both:
If that doesn't help, I'd suggest you post your markup and your code.
Hey i m having the same problem and i have set these property but in this case rest of the colums data is miss aligned with the headers. Rest of the columns means which are now being scrolled . Please help me.
Please help me actually its urget
Hey, for me the actual cause of such misalignment is presence of master page. I have found this after lot of struggle. Infragistics should test their controls in pages with master page. Everything was working in place when I remove the masterpage from that page. Hope this helps.