Hi,
I have more or less the same issue as in my other question.
I have the column defined like so:
<telerik:GridViewDataColumn
Header="Business Unit"
UniqueName="BusinessUnit"
DataMemberBinding="{Binding BusinessUnit, Converter={StaticResource BusinessUnitToStringConverter}}"
TextAlignment="Center"
Width="60"
CellStyleSelector="{StaticResource BusinessUnitCellStyleSelector}"
IsVisible="False"
IsFilterable="True"
IsReadOnly="True" />
For the top level, everything works as expected.
In the levels below, it seems like the converter isn't run:
The BusinessUnitToStringConverter should grab the description "PI" instead of the actual value of the enum "MuP".
I am on the latest version (2025.4.1111)
Is there a workaround, or will this be fixed in the next version?
Thanks and best regards,
Manuel
I have the .NET 10 SDK installed.
This is from VS 2026 and selecting the (.NET Framework template).
If I select the non .NET Framework, there is no .NET option, puzzled?
My understanding is WPF supports .NET 10 so how do I select it?
So how do we select .NET 10 framework for a Telerik WPF project?
Rob.

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
What does this mean? I think it means I'm not logging in for builds, but I put in the right username\pwd. Why is this showing up?
