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
270
Explanation needed
posted

I'm not quite understand the issue with StationaryHeader/Footer

In sort example there is stationary header. In databind example there is not.

The only dfference between those samples is grid height defined in case of sort.

Is it the case? When I define grid height it starts to freeze header?

Thanks

Parents
  • 19308
    posted

    Hi Anatoly,

    The grid will always use a stationary Header/Footer.  If you don't set a height on the grid, it will simply display as large as it's container will allow, meaning no scrollbars and no overflow.  In a case where you don't set a height on the grid, the container (or html body) will end up providing scrolling behavior, which then makes it appear as though the grid does not have stationary headers. 

    So in short, if you want stationary headers, you must have a grid height set.

Reply Children