Hi,
I have a RadGridView showing up data using a GridViewDataColumn.CellTemplate with just one column and I want the Windows Narrator to narrate the correct info of the DataRows. Using Inspect.exe I realised that the GridViewCell's LocalizedControlType property is Custom. I tried to create an AutomationPeer for all the RadGridView child hierarchy elements to override the GridViewCellAutomationPeer's properties like LocalizedControlType, Name etc, but Narrator narrates nothing and the Inspect.exe does not focus on the GridViewCell as expected.
So, how can I modify the AutomationPeer elements of a RadGridView or just configure it for customising the Windows Narrator and other accessibility issues?
thanks,,
josemiguel
If setting PropertySetMode=Intersection it shows the common properties, in that for example there is a property "Name" of 2 different objects.
Object1{ Name = "object1" }
Object2{ Name = "object2" }
Now if I'll select both of them, Propertygrid will show nothing in the Name textbox, because it returns null at that time, but now if I enter some text in that Name's textbox then it won't set that entered value to Name property of any of these objects, no setter of these objects will be called.
Kindly can you suggest me a solution for setting value to the objects' properties if their current value isn't same.
I'm trying to theme my app using implicit styles and the Office2016Touch theme.
Most controls look correct, but for some reason, the RadComboBox is only "half" themed - the dropdown looks correct, the mouseover effect looks correct, but the basic look still appears to be default/glass-like.
I've no idea what I'm doing wrong, even the most basic sample app seems to exhibit the problem.
Any help gratefully received!
Anyone knows how i can add the selected items of the autocompletenbox to a variable ?
this tutorial video is not the same as the description:
http://www.telerik.com/videos/wpf/autocompletebox-for-wpf-themes
Hello there!,
Need your help!
I recently installed WPF 2017 controls and I am trying to use the data display controls, in this case graphics.
I replicated a sample from the Telerik folder, and my project did not work, he always showed me the chart and Axis, but no data.
Then I realized that the examples projects that works fine are in 4.0, so I downgraded my project from 4.5.1 to 4.0 and then it worked fine.
Are there any problems using net frameorks > 4.0? I could not get it worked in 4.5.2 nor 4.6
Thanks!!!


Hi,
We have a requirement for our client where we want to notify the WPF application with Multiple Raddesktopalerts, let say more than 20
and requirement says to display all at the same time on the screen - Bottom right. How to handle this one ?
One thought is to have scrollviewer associated with multiple Rad desktopalert if they are more than some count but
how to do it ?
ScrollViewer is just a thought ,
If someone has any other good idea too, It will be great .
Telerik.Windows.Controls.RadDesktopAlert doesn't seem to have a global click event AND also does not have a PopUp property to achieve that. Currently It gets fired only When the user clicks the Content of the RadDesktopAlert . Requirement says for setting where the user can click anywhere on the DesktopAlert and get fired the click event. I tried looking for Hwnd or Handle so I could manually register a click event in this manner, but even those properties don't exist.
I have a requirement where I need a global event, how to achieve global Click event ?