Hi Abhinay,
Generally, the text of the pager could be changed dynamically via using the setOptions() method. However, this would cause the grid to reinitialize which would be unnecessary for changing only one span HTML element's content.
What I can recommend is to access the element with jQuery and alternate the text:
$("span.k-pager-info").text("custom text");
And this could be executed in the change event of the grid. With the help of the select() method, you would retrieve all of the selected rows.
Let me know in case additional assistance is required.
Kind regards,
Tsvetomir
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.