Hello,
I am trying to add an "All" option to the page sizes dropdown list in my grid. I am using kendo-angular-grid, version 4.0.0.
This will display the text "All" and when clicked, will simply show all data loaded into the grid.
Is this possible to do? I see the documentation says to use a PagerTemplateDirective with an object like such "{text: "All", value: 'all'}", but this does not seem to work.
Does this functionality require a higher version? If so, are there any workarounds to achieve this behavior in version 4.0.0?
Thanks,
Rahul