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

[Solved] paging info block not visible

2 Answers 150 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Fit2Page
Top achievements
Rank 2
Bronze
Iron
Iron
Fit2Page asked on 12 Jan 2010, 03:40 PM
Hi,

In your demo http://demos.telerik.com/aspnet-ajax/fileexplorer/examples/default/defaultvb.aspx, when clicking " " the paging slider and info (page 1 of ....) becomes visible.
When I set "AllowPaging=true" only the slider is visible and not the information block.

I also set

RadFileExplorer1.Grid.PagerStyle.PagerTextFormat = "Change page: {4} | Displaying page {0} of {1}, items {2} to {3} of {5}."

but it doesn't help.

Marc



2 Answers, 1 is accepted

Sort by
0
Accepted
Fiko
Telerik team
answered on 15 Jan 2010, 10:25 AM
Hello Fit2Page,

I am not quite sure why the information block is not shown when the AllowPaging="true" is set. Could you please modify the attached project in order to replicate the problem, open a new support ticket and send back? I will check it and do my best to provide a solution as soon as possible.

Additionally, you need to set the PageStyle property of the MasterTableView object in order to change the information block's format:
protected void Page_Load(object sender, EventArgs e)
{
    RadFileExplorer1.Grid.MasterTableView.PagerStyle.PagerTextFormat = 
        "Change page: {4}  |  Page {0} to {1}, items {2} to {3} of {5}";
}

I hope this helps.

Kind regards,
Fiko
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Fit2Page
Top achievements
Rank 2
Bronze
Iron
Iron
answered on 15 Jan 2010, 01:12 PM
Hi Fiko,

Setting

RadFileExplorer1.Grid.MasterTableView.PagerStyle.PagerTextFormat

Solves the problem

Thanks!



Tags
FileExplorer
Asked by
Fit2Page
Top achievements
Rank 2
Bronze
Iron
Iron
Answers by
Fiko
Telerik team
Fit2Page
Top achievements
Rank 2
Bronze
Iron
Iron
Share this question
or