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
400
Static Column
posted

Is there a way to make one column in my webgrid static so that when I scroll, it is always visible?

I would like to do with with the last column in the grid.

Parents
No Data
Reply
  • 5389
    posted

    kerravon,

    You can fix a column in place by setting the WebGrid's DisplayLayout.UseFixedHeaders property to True, and then setting that particular UltraGridColumn's Header.Fixed property to True as well.  However, note that fixed columns will automatically display on the left side of the UltraWebGrid; there is currently no way to fix columns to the right of the UltraWebGrid.

Children