Completed
Last Updated: 12 Jul 2023 08:52 by ADMIN
Release R2 2023 SP1
Dinko
Created on: 05 Jul 2023 13:56
Category: ComboBox
Type: Feature Request
0
ComboBox: ArgumentException is thrown when mixed typed values are presented in the ItemsSource
ArgumentException is thrown when mixed typed values are presented in the ItemsSource. For example, if you use an enum type and present an additional numeric value that is not presented in the corresponding enum definition.

The exception message is the following: System.ArgumentException: 'The value '102' is not a valid value for the enum 'FilterOperator'.'

To work this around, avoid using mixed typed values in the ItemsSource.

 
0 comments