Hi Team,
We are using Kendo UI grid in our project. One of our project requirement is that, we wanted to customize the item count message appropriately after applying the filter.
i.e for example,
if total items in a grid is 50 & paging is for 10 records, then the default message on the grid footer would be "1 - 10 of 50 items".
After I apply the filter, assume 7 items are matching, then i need to display a customized message on the grid footer like "1 - 7 of 50 items" but currently it is displaying as "1 - 7 of 7 items".
So, please advice us a possible solution to modify the filter message according with a relevant example.
Thanks,
Siva
We are using Kendo UI grid in our project. One of our project requirement is that, we wanted to customize the item count message appropriately after applying the filter.
i.e for example,
if total items in a grid is 50 & paging is for 10 records, then the default message on the grid footer would be "1 - 10 of 50 items".
After I apply the filter, assume 7 items are matching, then i need to display a customized message on the grid footer like "1 - 7 of 50 items" but currently it is displaying as "1 - 7 of 7 items".
So, please advice us a possible solution to modify the filter message according with a relevant example.
Thanks,
Siva