I would like to create a
paged and
editable grid with
database-server-side filtering and sorting.
The database table I'm presenting holds millions of records which can't all be sent to the client device. Yet I would like the end user to be able to quickly filter and sort the full dataset.
The ideal solution would be a table sortable by column, with a filter row, where the filter row and sorting applies to the full database table. Not just the locally fetched records.
Can this be achieved with the SfDataPager and SfDataGrid?
Are there any samples available which demonstrate the client-side functionality?