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

Changing the text of the paging area in the grid

1 Answer 542 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Maitri
Top achievements
Rank 1
Veteran
Maitri asked on 03 Apr 2020, 08:00 AM
Can we replace the word "items" in the text "X - Y of Y items" in kendogrid paging area for Angular 6 ??

1 Answer, 1 is accepted

Sort by
0
Hetali
Telerik team
answered on 07 Apr 2020, 02:26 PM

Hello Maitri,

Sorry for the late response.

In order to change the text in the Kendo UI Grid Pager, use the CustomMessagesComponent to change the pagerItems as seen below:

<kendo-grid [data]="gridView">
  <kendo-grid-messages pagerItems="rows"></kendo-grid-messages>
</kendo-grid>

In this StackBlitz example, I have changed the text "items" to "rows" in the Kendo UI Grid Pager.

I hope this helps. Please let me know if you have any further questions pertaining to this case.

Regards,
Hetali
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Tags
Grid
Asked by
Maitri
Top achievements
Rank 1
Veteran
Answers by
Hetali
Telerik team
Share this question
or