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
1750
UI hangs
posted

Hello community!

The datagrid is used to display production information. At the moment around 1600 rows are loaded and displayed. For user convenience, multiple converters and styles are used for background color and for displaying the values. To enhance the filter experience, all fields are set to "EditAsType="{x:Type sys:String}" so that the filter "contains" could be used.

In principle, the whole thing works well and quicky, but there are sporadic situations when "changing" or "deleting" filters that the entire application hangs and the window "..is not responding" is displayed.

All column widths are set (no auto or *)
A list with suppressed events has been added
Theme is set to "Office2013"
Edit is not allowed
Group, Summary and Filter is allowed
DataRecordsizingMode is "fixed"
AutoGenerateFields is "false" 
UseNestedPanels is set to "false"
DataSource is an ObservableCollection

Is there a setting for the XamDatagrid to enable logging? I would like to know what is happening and if i can turn on logging, i would not have to check all the time if the problem is now occuring.

Best regards

Andreas