Welcome to the WPF feedback portal. We’re happy you’re here! If you have feedback on how to improve the WPF, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Displaying a simple static class content in SfDataGrid and then doing a rapid sequence of single row drag and drops (ie. simulating manually rearranging or sorting the grid rows with mouse) raises the following exception: 

Exception thrown: 'System.InvalidCastException' in PresentationFramework.dll Unable to cast object of type 'System.Collections.Hashtable' to type 'System.String'. The program '[55896] RX_Mockups_WPF_2.exe: Program Trace' has exited with code 0 (0x0). The program '[55896] RX_Mockups_WPF_2.exe' has exited with code -1 (0xffffffff). The program '[55896] RX_Mockups_WPF_2.exe: Managed (v4.6, v4.5, v4.0)' has exited with code -1 (0xffffffff). 

Was tested and found to throw this exception on both v17.2.0.39 and v17.1.0.53 controls (WPF) and using .net framework 4.7.2 and when testing v17.1.0.53 with .net framework 4.6.1 

I attach the VS2019 code.