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

[CLASSIC CONTROLS] Grad Pager Pagsize Disappears on Return to Search

2 Answers 32 Views
Grid
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 04 Jul 2011, 02:59 AM
Hi,

Almost finished this project with the old controls (phew). The problem I am having can best be seen in the two images in this zip file.

Upon a return to search, the PageSize TextBox in the pager is not being displayed on load. However, as soon as the user clicks on any of the page links, the PageSize TextBox re-appears.

This is not a catastrophic result. But it does look unprofessional and I would like to resolve it.

If anyone recognises these symptoms, your assistance will be greatly appreciated.

Cheers

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 04 Jul 2011, 06:00 AM
Hello David,

I cannot exactly reproduce the issue at my end. Try setting the AlwaysVisible property as true.

aspx:
<telerik:RadGrid ID="RadGrid1" AllowPaging="true" PageSize="4" runat="server" OnNeedDataSource="RadGrid1_NeedDataSource">
     <MasterTableView>                    
          <PagerStyle AlwaysVisible="true"/>

Thanks,
Princy.
0
David
Top achievements
Rank 1
answered on 05 Jul 2011, 01:41 AM
Hi Princy,
I did try that. Alas, it had no effect.
There is a GridDecorator control which one of the guys wrote that is taking care of the pager.
I was just hoping someone had seen this symptom before. It is a weird one.
Tags
Grid
Asked by
David
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
David
Top achievements
Rank 1
Share this question
or