I am using a FlagEnumEditor in GridViewDataColumn. I want to change the Background color to transparent but nothing happens. Is this a bug ?
The column Statistiken should have the same color as the column Datentyp.
I am using Visual Studio 2013 Theme.
My source code is here on StackOverflow: How to change FlagEnumEditor Color in Telerik WPF?
01.
<
telerik:GridViewDataColumn
x:Name
=
"CheckComboBoxColumn"
02.
Header
=
"Statistiken"
03.
IsReadOnly
=
"True"
>
04.
<
telerik:GridViewDataColumn.CellTemplate
>
05.
<
DataTemplate
>
06.
<
telerik:FlagEnumEditor
BorderBrush
=
"Transparent"
07.
Background
=
"Transparent"
08.
Margin
=
"-4,0,-2,0"
09.
Value
=
"{Binding Aggregates, Mode=TwoWay}"
10.
EnumType
=
"viewModels:Aggregates"
/>
11.
</
DataTemplate
>
12.
</
telerik:GridViewDataColumn.CellTemplate
>
13.
</
telerik:GridViewDataColumn
>
Hello,
I'd like to be able to expand/collapse the TreeviewItems by simply mousing over. I see that this was resolved in a web setting using javascript (http://www.telerik.com/forums/treeview-expand-on-hover), but is there a way to do this in WPF?
Thanks,
Emilio
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!!!