How can I set the tabindex for each element of the pager? I can do this for a couple of the elements but the documentation does not mention the names of ALL THE ELEMENTS of the pager. Specifically I need to set the tabindex on the Next, Previous, First, Last and Numeric buttons.
I need to override the default of '0' because I have a LinkButton column which for some reason receives focus after the pager elements. I have set the tabindex to the LinkButton column elements to '0' but for some reason it's being bypassed.
I need to override the default of '0' because I have a LinkButton column which for some reason receives focus after the pager elements. I have set the tabindex to the LinkButton column elements to '0' but for some reason it's being bypassed.