Hello, I was wondering is it possible to set count records per page from the UI for example I want my user to have an option to choose if they wish to see "5,10,15,All" records per page.
There is no such default UI for the DataGrid however you can add a DropDown and use the DataGrid PageSize to create needed UI for your app.
Thanks for the clarification.
@enchev is there any chance this will be implemented as a feature in a near future?
Hello,
i saw your last update on datagrid with save settings(very cool, i love it) and wanted to know if the feature of this ticket is planned for the future, and the PageSize setting also saved?
Hi @Florian00,
Yes, PageSize is saved also - you can check the code of the component for reference.
Thats good, but will the pagesize will be added as default UI for the DataGrid? This would be also a nice feature, like on the bottom right a DropDown to switch the current displayed size
Hey @Florian00,
This is already available from a very long time - check our paging demos.