Hi,
I'm having a problem with the RadDataPagerGoToPageField - no matter what I try, it keeps wrapping the text and splitting it to two lines. I want it to only display one line. I've copied the code and CSS directly from Telerik's site, I've tried it without any CSS or styling, etc. but nothing seems to resolve it.
Could you help, please?
Thanks!
I'm having a problem with the RadDataPagerGoToPageField - no matter what I try, it keeps wrapping the text and splitting it to two lines. I want it to only display one line. I've copied the code and CSS directly from Telerik's site, I've tried it without any CSS or styling, etc. but nothing seems to resolve it.
Could you help, please?
Thanks!
<
telerik:RadDataPager
ID
=
"RadDataPager2"
runat
=
"server"
PagedControlID
=
"PhotosListView"
PageSize
=
"24"
Skin
=
"Black"
Width
=
"100%"
>
<
Fields
>
<
telerik:RadDataPagerGoToPageField
CurrentPageText
=
"Page: "
TotalPageText
=
"of"
SubmitButtonText
=
"Go"
TextBoxWidth
=
"15"
/>
</
Fields
>
</
telerik:RadDataPager
>