I would like more control over the data pagers rendered page numbers.
It's very simple thing I need...
http://<currenturlwithlistview>/page/<number>
...this isn't a route handled by MVC\ASP or anything where I can give it an SEO name or route name or whatever. It's a sitefinity route which uses another mechanism the datapager doesn't understand.
AND THAT'S FINE! :) ...just give me the ability to define the route "path" I guess like even something as simple as a String.Format..."RouteFormat" property or something
RouteFormat="/page/{0}"
Steve