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

Grid paging does not display range and total

1 Answer 291 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Carl
Top achievements
Rank 1
Carl asked on 11 Nov 2019, 05:19 AM

According to the demo at 

https://demos.telerik.com/aspnet-core/grid/paging

the range and total count of items does display in the far right of the grid paging control.  For example, the demo example displays initially "1 - 10 of 830 items".

In my use of the grid pager, it used to work fine just like in the demo with a range and total count of items displayed. But now with the current version 2019.3.1023 of UI for ASP.NET Core, the range and total count of items are no longer displayed with the grid pager.  Have defaults changed?  Or has the feature been removed?

What has changed? Or is it a bug?  Or perhaps just a problem in my hands on my machine?  Does anybody else have this problem?

Thanks, Carl

1 Answer, 1 is accepted

Sort by
0
Alex Hajigeorgieva
Telerik team
answered on 14 Nov 2019, 06:29 AM

Hi, Carl,

Since there is a duplicate of a private ticket regarding the same topic, I suggest we update the forum thread once the case is resolved.

Currently we are discussing that the the Kendo UI Grid pager has a responsive capability which is on by default. We may change it by setting it to false:

.Pageable( pager => pager
        .Responsive(false) /* use this to always show all of the pages links and never hide the info */
     )

Kind Regards,
Alex Hajigeorgieva
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Grid
Asked by
Carl
Top achievements
Rank 1
Answers by
Alex Hajigeorgieva
Telerik team
Share this question
or