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?

I don't want to have individual y-axes for my series but rather show max/min on a common axis.
Where the max for the individual series are stacked one below the other from the top and the min are stacked from the bottom.
The number of series is dynamically created from code. It can be one to multiple series.
I can't find any example of this.