This is a migrated thread and some comments may be shown as answers.

RadDataPagerGoToPageField keeps wrapping

1 Answer 21 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Tarkon
Top achievements
Rank 1
Tarkon asked on 16 Sep 2010, 09:40 PM
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!
<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>

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 17 Sep 2010, 03:49 PM
Hi Tarkon,

Please try the CSS rule used on this demo:

.rdpWrap .RadInput,
.rdpWrap .rdpPagerButton,
.rdpWrap .rdpPagerLabel
{
    float: left;
}


http://demos.telerik.com/aspnet-ajax/listview/examples/paging/raddatapager/defaultcs.aspx

Best wishes,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ListView
Asked by
Tarkon
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or