Hi,
I'm wondering if there is a way to specify what text I want for the "NextPages" / "PreviousPages" in the RadGrid PAger Control. I see there is a property for NextPagesToolTip but there is not one for NextPagesText. I would like to display "Next Pages" instead of "...".
1 2 3 4 5 6 7 8 9 10 ... I want to be 1 2 3 4 5 6 7 8 9 10 Next Pages
Thanks
<PagerStyle Mode="NumericPages" Position="TopAndBottom" CssClass="ListingsPageing" PrevPageImageUrl="/images/prev.jpg" NextPageImageUrl="/images/next.jpg"></PagerStyle>
I'm wondering if there is a way to specify what text I want for the "NextPages" / "PreviousPages" in the RadGrid PAger Control. I see there is a property for NextPagesToolTip but there is not one for NextPagesText. I would like to display "Next Pages" instead of "...".
1 2 3 4 5 6 7 8 9 10 ... I want to be 1 2 3 4 5 6 7 8 9 10 Next Pages
Thanks
<PagerStyle Mode="NumericPages" Position="TopAndBottom" CssClass="ListingsPageing" PrevPageImageUrl="/images/prev.jpg" NextPageImageUrl="/images/next.jpg"></PagerStyle>