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
60
Infragistics UltraWebGrid column Header issue
posted

Hi,

UltraWeb Grid column header fixed or not moving while scrolling the Grid.

Please let me know any body have some solution.

Thanks,

Gaurav Sharma

Parents
No Data
Reply
  • 22852
    Offline posted

    Gaurav,

    There are two features that can enable the headers in the UltraWebGrid to remain stationary.  If this is all that you are looking to do, then the StationaryMargins property off of the DisplayLayout can be set to Header or HeaderAndFooter to accomplish this.  If you also want to pin columns to the left, then you can set UseFixedHeaders to true.

    Let me know if you have any questions with this matter.

Children