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
1945
Virtualized data and Filtering
posted

Hi

I have a search field and a data grid with allow filtering set to true. When using the search field the grid gets populated with data collected in a virtualized manner (small subsets). Eg. if i have 1000 records and virtualization max record fetch is 100 the grid loads the 1st subset of 100 records. With the grid filter however the grid loads all subsets. Is there a way to prevent this?

Also when setting FilterAction to none the filtered items are grayed out. Is there any way to disable this?

And last but not least typing a value in a filter field triggers the event RecordFilterChanged but not when deleting that value. Why is that?