[Solved] Don't Show MultiColumnComboBox Validation

0 Answers 4 Views
GridView MultiColumnComboBox
Shawn
Top achievements
Rank 1
Iron
Iron
Shawn asked on 31 Mar 2026, 08:45 PM

I'm using the RadMultiColumnComboBox control with the GridViewItemsSourceProvider. It's showing a validation error that something "cannot be empty" and I can't get it to go away. Because this control is just used to select a record, I don't want any kind of validation in the grid of any kind. I've tried setting these properties on the bindings for each column:

ValidatesOnDataErrors = false,
ValidatesOnNotifyDataErrors = false,
ValidatesOnExceptions = false,
NotifyOnValidationError = false,

I've also tried setting the grid view's validation mode to none. I've tried setting these properties on the columns:

IsReadOnly = true,
ValidatesOnDataErrors = Telerik.Windows.Controls.GridViewValidationMode.None

Nothing works.

No answers yet. Maybe you can help?

Tags
GridView MultiColumnComboBox
Asked by
Shawn
Top achievements
Rank 1
Iron
Iron
Share this question
or