Hi,
I used the virtualization in DataGrid component. I want it to have these features:
First, I read only the current page from the web Api. In the examples of the website, at the beginning, all the data was read.
Secondly, what events are there for column filter, sort, etc. to re-read the new data from the server based on the filter or user sorting? I want to understand the column filter and read the filtered data from the server again based on the filters. The same goes for sorting.
Thank you