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
1240
User feedback during long sort operations
posted

I have a grid with a lot of records (50,000 +). It takes a bit of time for it to sort so I was hoping to provide the user feedback via a status bar. I hooked into the grid’s Sorting and Sorted event handlers. Via these handlers I set a property which is bound to XAML triggers which in turn updates the text in the status bar. It appears that the sort logic is asynchronous, including the Sorting and Sorted event handlers. As a result, my text does not display the ‘Sorting…’ message to the user. Do you have any suggestions on how I might be able to achieve what I’m attempting to do?

Thanks

Dan

Parents Reply Children
No Data