Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
125
How to hide paging number when the row less than PageSize
posted

Hi
I need some help to hide the paging number when the the rows are less then the PageSize number

This is my goal, if the rows are less than 25 then dont show the paging number

If the rows are 28 then show the paging number  1  2  which 25 on the first page and 3 row on the second page

ClaimsHistoryGrid.DisplayLayout.Pager.AllowPaging = true;
ClaimsHistoryGrid.DisplayLayout.Pager.PageSize =25;

Thanks


 

 

Parents
  • 14049
    Verified Answer
    Offline posted
    Hello,
    I believe this is the property you're looking for:
    http://help.infragistics.com/Help/NetAdvantage/ASPNET/2009.1/CLR3.5/html/WebGrid_Control_How_Many_Pages_are_Required_for_the_Pages_to_Appear.html
Reply Children
No Data