Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
120
Headers
posted
Hi all.
I just need a tiny bit of help here. What I need is the correct syntax to fix the headers while scrolling vertically. Fixing a column while scrolling horizontally was easy enough, but I can't seem to get the headers to stay while scrolling vertically (down). This is being done in the portfolio manager web grid sample.

Header sample here :http://samples.infragistics.com/2007.3/webshowcase/portfoliomanager/default.aspx
Parents
No Data
Reply
  • 21382
    Verified Answer
    posted

    The property is off the DisplayLayout, called StationaryMargins.  It's an Enum, use the "Header" value. 

     

    DisplayLayout.StationaryMargins = StationaryMargins.Header. 

Children