I feel this is more a feature request than a support question:
When I'm having an accessibility tool like JAWS read the numerical pager (see screenshot attached),
it reads: "1 : Link", "2 : Link" etc. (and "Dot dot dot : Link" for any GridLinkButton with that text.)
I want it to read a custom message, like "Go to page {0}", either in the corresponding GridLinkButton's title or aria-label attribute. The custom text should preferably be retrieved from GlobalResources.
And I want to be able to provide a separate custom text for the [...] GridLinkButtons, too.
How can I do that without walking the RadGrid pager's Controls tree manually?