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.