LoL... who would think that trying to have an interface that says Page x of y was soooo hard!?
So x = PageIndex
how do I get y, the number of pages.
Cool. Thx!
Hi,
In the current implementation of the control, there's no exposed property to obtain the number of pages, so you'll write some custom code to achieve that. Here's a topic about what you need with a solution provided:
http://community.infragistics.com/forums/t/29021.aspx
Hope that helps,