Hi
How can i change style close button in RadPaneGroup header?
Hi,
I'm trying to change the names of the shapes I show inside the image editor tool but I can not get my head arround it how to do it.
I want to change the text of the shape rectangle and ellipse.
How to approach this problem?
Best regards.
I am currently implementing RadCartesianChart3D to display some data. Everything seemed to be working perfectly fine, and I was mostly able to follow the examples provided by Telerik. However, it seems I am unable to set the Behaviors property of the RadCartesianChart3D.
<
telerik:RadCartesianChart3D.Behaviors
>
<
telerikcv:Chart3DCameraBehavior
/>
</
telerik:RadCartesianChart3D.Behaviors
>
The above code block (set inside a RadCartesianChart3D) yields "The member Behaviors is not recognized or accessible".
References are set as follows:
xmlns:telerik="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Chart"
xmlns:telerikcv="clr-namespace:Telerik.Windows.Controls.ChartView;assembly=Telerik.Windows.Controls.Chart"
In regard to your WPF grid, in some cases we set the background and/or the foreground color of certain cells, and would like to maintain these colors if and when the grid is exported to excel.
When the GridView_ElementExportingToDocument event is fired, a GridViewElementExportingToDocumentEventArgs object is passed. How can I use this object to determine the foreground and background color of the cell?
<
Style
TargetType
=
"{x:Type telerik:RadGridView}"
>
<
Setter
Property
=
"HeaderRowStyle"
Value
=
"{DynamicResource GridViewHeaderRowStyle1}"
/>
<
Setter
Property
=
"AlternateRowStyle"
Value
=
"{DynamicResource AlternateRowStyle}"
/>
<
Setter
Property
=
"IsFilteringAllowed"
Value
=
"false"
/>
<
Setter
Property
=
"RowStyle"
Value
=
"{DynamicResource GridViewRowStyle}"
/>
<
Setter
Property
=
"GridLinesVisibility"
Value
=
"Both"
/>
<
Setter
Property
=
"Cursor"
Value
=
"Hand"
/>
<
Setter
Property
=
"VerticalGridLinesBrush"
Value
=
"#CCCCCC"
/>
<
Setter
Property
=
"HorizontalGridLinesBrush"
Value
=
"#CCCCCC"
/>
<!--Setter Property="MinColumnWidth" Value="20"/>
<
Setter
Property
=
"MaxColumnWidth"
Value
=
"150"
/>
<
Setter
Property
=
"ColumnWidth"
Value
=
"100"
/-->
<
Setter
Property
=
"RowIndicatorVisibility"
Value
=
"Collapsed"
/>
<!--Setter Property="RowDetailsVisibilityMode" Value="VisibleWhenSelected"/-->
<
Setter
Property
=
"AlternationCount"
Value
=
"2"
/>
<
Setter
Property
=
"VerticalAlignment"
Value
=
"Top"
/>
<
Setter
Property
=
"HorizontalAlignment"
Value
=
"Center"
/>
<
Setter
Property
=
"ShowGroupPanel"
Value
=
"False"
/>
<
Setter
Property
=
"AutoGenerateColumns"
Value
=
"False"
/>
<
Setter
Property
=
"IsReadOnly"
Value
=
"True"
/>
<
Setter
Property
=
"ScrollViewer.VerticalScrollBarVisibility"
Value
=
"Auto"
/>
<
Setter
Property
=
"ScrollViewer.HorizontalScrollBarVisibility"
Value
=
"Auto"
/>
<
Setter
Property
=
"IsScrolling"
Value
=
"True"
/>
</
Style
>
<
telerik:RadGridView
x:Name
=
"billDataGrid"
Grid.Row
=
"5"
>
<
telerik:RadGridView.Columns
>
<
telerik:GridViewDataColumn
Header
=
"Name"
Width
=
"*"
TextWrapping
=
"Wrap"
/>
<
telerik:GridViewDataColumn
Header
=
"Address"
Width
=
"*"
TextWrapping
=
"Wrap"
/>
</
telerik:RadGridView
>
I'm using the fluent theme, but I'd like to change the RadRibbonWindow's background to a darker color. That's easy to achieve by setting the Background property. However, since the title bar's foreground is black, it is almost impossible to see the title and the minimize/maximize/close buttons anymore when I'm using a very dark color..
I've found a style defiition for telerikRibbonViewPrimitives:WindowTitle in Telerik.Windows.Controls.RibbonView.xaml and changed the Foreground color to white. This works for the title, but how can I change the color of the minimize/maximize/close buttons?
I've seen that I could do that by setting FluentPalette.Palette.IconColor, but this changes all icons, not only the window icons.
Thanks for your help!
Michael
Hello,
I'm using a RadDropDownButton as Editor inside a RadGridView cell. I have to display the DropDownContent when the cell enters in edit mode.
I've tryied to set the RadDropDownButton IsOpen property to "True" on the RadDropDownButton GotFocus event, but the RadDropDownButton immediatly closes its DropDownContent.
Any suggestion?
Thanks in advance.
I have situation as below:
https://prnt.sc/m4wbkw
I have amount of cash in one column, and columns with teams. Each team can have some % in project.
Now I want to have in footer sum of the total amount which is multiply by % of each project.
Can someone help me? I've searched and there was nothing about multiplication.
Thanks.
Hello!
Still working on the app with RadMap control. Now have possibility to place points and provide zones on the map (flag and a square on the screenshot 1)
While zooming map in and out, the zone size remain same, but the flag icon changes its size realtive to the map (screenshot 2). As I see, the cause is that the zoom changes, but the flag sixe remains the same.
The question is: is it possible to change the flag picture (or any other picture) absolute size while zooming, so it would cover the same part of map on any zoom level (as square zone does on the screenshots).
Thank you!