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.
Hello,
I'm using Telerik for WPF, version 2020.1.218, and I am using RadGridView with filters. One of the colums is a Date type, and when I am changing the culture in order to translate the application, the filter is correctly translated. However, if I click on the calendar icon to select the date, that component is not being translated. Is this a bug?
Kind regards,
Román.

Hi,
When using RadGridView ExportAndShow method (GridViewExportFormat = Csv or Txt), the first data row is inserted next to column headers, it's missing a carriage return.
ResultGrid.ExportAndShow(GridViewExportFormat.Csv, "fileName.txt", true);
I'm using Telerik.UI.for.Wpf.80.Xaml 2025.4.1321
Hi, I'm working on a project that uses Telerik version 2016.1.314.45. Right now we're trying to more widely implement Search As You Type. I see in the documentation that there is some sort of object named SearchStateManager, that you can use in order to modify the search. I cannot find the object in my version. But i can find an answer on a stackoverflow post from 2016/09/07, with an image, that seems to have implemented IsSearchWithAccentEnabled.
When was the feature introduced. I was hoping that in my version could implement similar features as seen on the aforementioned image
Goodmornig
Is it possible to set the WPF RadGridView FilteringMode="FilterRow" so that the search updates in real time as you type the text, like it was in winform?
And also that it uses the "contains" mode by default without having to select it from the menu every time, like it was in winform?
Thanks
Hi,
Is this large number of PriorityItem<DispatcherOperatio> which is more than 373K normal in RadGridView? Why is this happening? Is there anyway to stop the propertyChangedCheckerTimer created by default in RadgridView?
Version: 2017.2.503.45
Hi,
is it possible to set the search field below the columns in the WPF grid like it was in the WinForm grid? Without clicking the filter button?
Tanks
