Hi,
I am trying to use the WebhierarchicalDataGrid with paging enabled which is working ok as long as there aren't too many pages, if I have lots of pages though the page numbers just run off the edge of the webpage. What I want is to have the page numbers wrap onto multiple lines as they did with the UltraWebGrid. Could someone please point me in the right direction?
Thanks
Luke
Hello Luke,
You should be able to set this by property called QuickPages like this:
<ig:Paging QuickPages="3"></ig:Paging>
Hope this helps.
You can use the QuickPages property to workaround that issue and have compact and user-friendly pager. For example if you set QuickPages=5 it will render 5 page links before and after the current page (if available).
Hope that helps!