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
495
Pager Display
posted

I have turned basic paging on in my UltraWebGrid. Paging seems to work just fine. But the pager display is trying to stay within the size or width of the first column in the grid which happens to be 50px wide. So the pager display is vertical instead of horizontal. How do I make the pager display horizontal and use an area under multiple grid columns?

 Steve Graddy

Parents
No Data
Reply
  • 19308
    posted

    Steve,

    This doesn't sound like the default behavior of the pager - by default it extends the full width of the grid.  Or at least that's how it's supposed to work.  Can you post your markup and any styles you may have used for the pager?  Also, be sure you don't have generic CSS rules targeting blanket elements on the page, as the grid is made up of tables, divs, etc.  So if you add a rule like DIV{width:20px;height:10px"}, it will really mess with the UI..

    Thanks,

    -Tony

Children