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
25
rigid header and scrollable data in ultrawebgrid
posted

i want to fix my header in ultrawebgrid and as the row will increases the rows will scrolll but header will remain at same place .how can i do that.

Parents
No Data
Reply
  • 485
    posted

    User following code to fixed the header :

    mobjCServerGrid.DisplayLayout.UseFixedHeaders = true;

    mobjCServerGrid.DisplayLayout.StationaryMargins = StationaryMargins.Header;

Children