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
4155
How can i keep slow converter from freezing UI thread in when loading XamDataGrid?
posted

I have a XamDataGrid that requires a converter in the binding, due to the fact that one of the fields is a drop-down based off of a previously user selected value in the same grid.  This forces the grid to call my IValueConverter for each record, and i have many records.  I already have a busy indicator that displays while the acutal data is loaded into the grid etc.  Problem is it is apparently blocked while the converter is called 295 times (for ach record).  How can i keep my busy indicator from freezing because of this?