HiI 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
Thank you, it works well for me