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
1210
Grid Header visible when scrolling vertically
posted

How do you set this so the user can always see the header when scrolling up and down?

Parents
  • 9298
    posted

    Ross,

    I assume you are working with a hierarchical grid and the parent rows have been expanded.  Try setting the HeaderPlacement property in the InitializeLayout event of the grid like so:

    e.Layout.Override.HeaderPlacement = HeaderPlacement.FixedOnTop;

    Let me know if that gives you what you want.

Reply Children
No Data