When I have pagersytle mode set to NextPrevNumericAndAdvanced and I am unable to PageSizeLabelText.
but if I change the mode to NextPrevAndNumeric then my custom PageSizeLabelText takes effect.
Is this a known issue?
This works
This does not work
Thanks
but if I change the mode to NextPrevAndNumeric then my custom PageSizeLabelText takes effect.
Is this a known issue?
This works
<
PagerStyle
AlwaysVisible
=
"True"
PageSizeLabelText
=
"# Per Page"
ShowPagerText
=
"True"
Mode
=
"NextPrevAndNumeric"
/>
This does not work
<
PagerStyle
AlwaysVisible
=
"True"
PageSizeLabelText
=
"# Per Page"
ShowPagerText
=
"True"
Mode
=
"NextPrevNumericAndAdvanced"
/>
Thanks