Skip to content

DevExpress-Examples/devextreme-datagrid-get-all-filtered-data

Repository files navigation

DataGrid for DevExtreme - How to obtain all filtered and sorted rows

This example demonstrates how to obtain all filtered and sorted rows from the DataGrid component.

To test this functionality, you can filter or sort data in the UI and press "Get All Filtered And Sorted Data". See results in the second grid.

To implement this functionality, access a bound Store object and pass loadOptions along with the combined filtering expression to its load() method.

DevExtreme DataGrid - How to obtain all filtered and sorted rows

Files to Review

Documentation