
Hi
I have a RadTreeListView with a custom column that is a RadLinearSparkLine, as follow
<telerik:RadTreeListView .......>
<telerik:GridViewDataColumn DataMemberBinding={Binding field1}....>
<telerik:GridViewDataColumn DataMemberBinding={Binding field2} ....>
<telerik:GridViewDataColumn DataMemberBinding={Binding field3} ....>
<telerik:GridViewDataColumn.CellTemplate>
<Datatemplate>
<telerik:RadLinearSparkLine ItemsSource={Binding DiccionaryWithTheValues} ....... />
</Datatemplate>
.....
.....
This works fine. It shows a grid with data and a graphic column based in the values from the "DiccionaryWithValues"
This grid needs to be exported to Excel. We use the Export method of the object RadTreeListView, but it doesn´t export correctly the RadLinear column. Instead of the chart, it exports a text wich represent a data type.
It is posible to export the chart with the Export method in anyway?????
Thanks
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?