Can I change the default pages sizes from the dropdown list to a custom list by simply supplying a list or do I have to use a script?
Is something simple like the following possible:
<e-grid-pagesettings pageCount="5" pageSize="5" pageSizes="{ 5,10,25,50}"></e-grid-pagesettings>
Just on a note; I'm struggling a bit to find cohesiveness in the documentation. I'm jumping between documentation, samples, api, js api to find bits and pieces but I can't seem to find a single place where everything is documented.
Just to give you an idea of all the different "base" URL's you come across for a single feature:
https://ej2.syncfusion.com/aspnetcore/documentation/grid/paging.html
https://aspdotnetcore.syncfusion.com/Grid/DefaultPaging#/material
https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.Grids.GridBuilder~PageSettings(GridPageSettings).html
https://help.syncfusion.com/js/grid/paging
https://ej2.syncfusion.com/16.1.32/aspnet/documentation/grid/paging.html?syntax=tag
On the last page, in the first paragraph, there is a link to PageSettings that isn't working. https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Grids.GridBuilder-1.html#Syncfusion_EJ2_Grids_GridBuilder_1_PageSettings_Syncfusion_EJ2_Grids_GridPageSettings_