Hey,
I've got a grid that extends beyond the size of my page and I don't want to use the built in scrolling on the grid because there was a request to display 100 items per page, therefore, I need to have scrolling on the page level.
My question is, is there anyway to disable the static header columns when the whole page scrolls?
I have tried setting UseStaticHeaders="false" but I believe that only comes into play when scrolling on the grid is enabled, which in my case, it is not.
When I scroll down on the page, the headers remain in place, just as they would if scrolling on the grid was turned on and UseStaticHeaders="true".
It is not desired to have static headers.
I am using WebBlue as a skin.
I've got a grid that extends beyond the size of my page and I don't want to use the built in scrolling on the grid because there was a request to display 100 items per page, therefore, I need to have scrolling on the page level.
My question is, is there anyway to disable the static header columns when the whole page scrolls?
I have tried setting UseStaticHeaders="false" but I believe that only comes into play when scrolling on the grid is enabled, which in my case, it is not.
When I scroll down on the page, the headers remain in place, just as they would if scrolling on the grid was turned on and UseStaticHeaders="true".
It is not desired to have static headers.
I am using WebBlue as a skin.
