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

Pagination of radgird should visible only if records are availble equals to pagesize

1 Answer 10 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Shukan
Top achievements
Rank 1
Shukan asked on 12 Apr 2016, 01:01 PM

     <telerik:RadGrid ID="demo"
                        runat="server" PageSize="12" AllowPaging="true"
                        EnableEmbeddedSkins="false" AutoGenerateColumns="false" ShowHeader="true" ShowFooter="false"
                        AllowCustomPaging="false" PagerStyle-AlwaysVisible="true" >
                        <PagerStyle Mode="NextPrevAndNumeric" AlwaysVisible="False"/>   <telerik:RadGrid/>

when records are more then pagesize,and change page size which equals to records than not able to do change page size as its not visible . Can anyone help with this?

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 15 Apr 2016, 01:36 PM
Hi Shukan,

Please modify the following code to True:
<PagerStyle Mode="NextPrevAndNumeric" AlwaysVisible="False"/>

I hope this will prove helpful.

Regards,
Eyup
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Grid
Asked by
Shukan
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or