I have RadToggleButton's in my application and they are not following the style set in the mainview.
StyleManager.ApplicationTheme = new Office2016Theme();
Only when i explicetly set the theme like this, the theme is applied
<telerik:RadToggleButton telerik:StyleManager.Theme="Office2016" Margin="5,0,0,0" Width="35" Height="25" ToolTip="Enable Translation Mode" Visibility="{Binding TranslationModeVisible}" IsChecked="{Binding TranslationModeActive}">
<Grid>
<Image Width="25" Height="20" Source="/CSD.Global.Infrastructure;component/Images/report.png" Margin="0,-3,0,0"/>
</Grid>
</telerik:RadToggleButton>
I'm trying (and failing) to set up a RadCartesianChart with a StepLineSeries where one axis is a DateTime, integrated with a RadTimeBar, as was outlined here: http://www.telerik.com/forums/synchronizing-chartview-and-timebar, except having the data for the StepLineSeries & RadTimeBar bound to a view model.
Is there any way I could get a sample with a RadCartesianChart and RadTimeBar using MVVM?
Thanks!
Hi,
I'd like to add some custom properties to styles.
Suppose I wanted to add a property called blink to my document's styles, how would I go about it?
I'm hoping to find a better approach than (shudder) serializing something into the Tag property.
Thanks

Hi
I have added Secondary Y-Axis for Chart but the scroll bar on the both Y-Axis is not shown anymore.
Is there any fix for this issue?
Thanks

I have a grid with dynamic column.
When i change the display column and then set sorting by code. An exception is appeared:
Object reference not set to an instance of an object.
at Telerik.Windows.Controls.InternalWindow.WindowWithNoChromeWindowHost.<>c__DisplayClass5.<Open>b__2()
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
can you help me?
In PaneGroupDocumentHostStyle, we have 2 buttons:LeftScrollButtonElement and RightScrollButtonElement
My question is: how to increase scroll speed when click these buttons?
when drag a RadPane outside the system toolbar,then can't drag it back , If iwant to edit the radpane i must reopen mainwindow
Is any method to prevent dragging outside the system toolbar?
Hi,
I'm using the RadRadialGauge and trying to add a range with a colour gradient. I can't see an obvious way to do this.
Whilst googling I found (http://docs.telerik.com/devtools/xamarin/controls/gauge/getting-started/gauge-getting-started) that it is supported in the Xamarin controls with the GaugeGradientRange class. Is there a WPF equivalent or another way to do this?
Many thanks,
Richard