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
70
Fixed header in UltraWebGrid
posted

How do you set the title row to fixed in the UltraWebgrid.

I thought that  :

               grid.displayLayout.UseFixedHeaders =

True

HowWould do it, but it has no effect.

I have set the controls property as well as used the code above.

Thanks,

Parents
No Data
Reply
  • 605
    posted

    You need these 3 in your display layout properties

     

    FixedHeaderIndicatorDefault="Button" TableLayout="Fixed" UseFixedHeaders="True"

     

    without the indicator, there is no "push pin" to fix the header.

Children