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

Hi,

In attached demo project I have GridMultiColumnDropDownList with AllowNullInput="False", but it is not working as expected. CityID can be still set to null (e.g. by deleting GridMultiColumnDropDownList value and pressing enter).

When I tried to solve this using CurrentCellValidating event I found out that e.NewValue always contains the old value even if null is set after validation.

I think there are two bugs - AllowNullInput not working as expected and validation of null values is not possible.