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

Dear Telerik Team,
I'm using Radgridview's Distinct values with my customized list, I'm using ServerSideFiltering and I've got the required outputs in my list but when I choose one of them the default filter operator is "ISEQUALTO" I'm trying to change it as Contains but it doesn't work help me with this
example
in my distinct values Filter:
APPLE
ORANGE
BANANA
in my column:
APPLE
APPLE,BANANA
APPLE,BANANA,ORANGE
BANANA
when I choose APPLE, it should return first 3 options in my column
When i choose APPLE and BANANA it should return all of them
Help me with this.
