Is there a way to instruct the RadGridView to display loading animation while it is fetching data from the bound VirtualQueryableCollectionView(query) { LoadSize = 10 }?
Probably not when scrolling, but when it's loading the initial data...
I have tried DataLoadMode="Asynchronous" but that doesn't seem to do the trick...
Probably not when scrolling, but when it's loading the initial data...
I have tried DataLoadMode="Asynchronous" but that doesn't seem to do the trick...