Hello, I've got a RadGrid that is working perfectly, paging works fine, except that I cannot get the paging footer to display if there are not enough values in the grid. I set the AlwaysVisible property to True, and even check it in the PreRender (it's still true), but I get no footer when the grid renders.
I am using a slightly modified version of the Sunset skin, if that matters.
<PagerStyle Mode="NextPrevNumericAndAdvanced" ShowPagerText="True" AlwaysVisible="true" /> |
I am using a slightly modified version of the Sunset skin, if that matters.