Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
180
Load on Demand with Sorting and Filtering
posted

I am looking into ways to improve performance of our ultragrid when it comes to handling large databases (several 100k to a few million entries). I have seen that using load on demand helps immensely to reduce the time to display the data.

The problem now is that we also need a way to sort and filter the data. Since using that functionality in the ultragrid itself would load all data I figured with some work I could probably do it in the database directly. Is there a way to keep the ui for sorting and filtering but prevent the grid from actually doing it?

I.e when I try to set the SortIndicator of a column it automatically sorts the grid. All I'd need is to know when the user clicked the header and a way to "fake" the sorting by setting the Indicator... Or is there a better way?

Parents Reply Children
No Data