Telerik Forums
UI for WPF Forum
1 answer
130 views
Hi,

I have another question about Styles:
How can I add a Headline-Style from code?
Tanya
Telerik team
 answered on 26 Feb 2015
2 answers
162 views
Hi!

I'm implementing a POC by using the excellent RadCartesianChart component and I got a requirement regarding the LineSeries style: when using an annotation bound to the HorizontalAxis, is it possible to customize the LineSeries' style so it can be different between both sides of the annotation?

I've attached an image that shows what I have achieved so far. On the right side of the annotation I need to show the LineSeries as striped, instead of solid (the left side will remain solid).

Is it possible to have multiple styles by using only one series?

Thanks in advance,

Fred
Martin Ivanov
Telerik team
 answered on 26 Feb 2015
1 answer
239 views
Hi There

How can I resize the imagesource in MapPinPoint.The actual image size is big enough to display on Map.How ImageScale works..

MapPinPoint pinPoint = new MapPinPoint()
                {                 
                    ImageSource = new BitmapImage(new Uri("/CORE;component/WPF/ic_car.png", UriKind.RelativeOrAbsolute))
                    ImageScale = 1.2
                };

Thanks 
Pavel R. Pavlov
Telerik team
 answered on 26 Feb 2015
1 answer
100 views
My users are running into a problem with the SelectionMiniToolBar, where it either doesn't show at all, shows slightly transparent, or does one then then other.

After digging into it, it seems to only happen when the user selects text, but stops selecting somewhere near the top of the control, where the toolbar would become visible above, or to the side, of the rich text box.  This can come from selecting text towards the center of the control and selecting towards the top, then releasing the mouse button.  Often when selected this way, the toolbar will display mostly transparent, or just never show up.

A little about our implementation of the RadRichTextBox.  It's in its own user control, where the boundary of the user control is no bigger than the RadRichTextBox.  Each of those user controls is part of a list box item inside a RadListBox.  I don't know if that makes any difference, but I was wondering if it's an issue of the toolbar appearing off the control; since selecting text further down in the document so the toolbox appears mostly inside the RadRichTextBox control, allows the toolbar to function as expected.

I can reproduce it with our application running Q3 2014.

What can I do to resolve this behavior?
Todor
Telerik team
 answered on 26 Feb 2015
3 answers
104 views
Hi,
I am trying to export diagram, which is created with mvvm pattern, to an image, but image is not clear. I mean image is blurred. I search the forum, and I found some solutions for this problem. I tried them, but they didn't work. And I also tried to export to html. But there is only one rectangle in html file. How can I export diagram to an clear image? and How can I export diagram to html file correctly?

Thanks in advance.
Mahmut
Top achievements
Rank 1
 answered on 26 Feb 2015
2 answers
442 views
I am adding Telerik's PersistenceFramework to an exist WPF/MVVM project (WPF with MVVM).  Version is 2013.1.0403.  I am adding a new feature to save Window and controls' settings and reload them application is reopened.  I added PersistenceManager reference using same version of 2013.1.0403.  

<telerik:RadRibbonWindow x:Class="Corning.Eln.Views.AppView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:elnViews="clr-namespace:Corning.Eln.Views"
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
Background="White"
Height="600" Width="840"
Closing="RadRibbonWindow_Closing" Activated="RadRibbonWindow_Activated" telerik:PersistenceManager.StorageId="myRadRibbon">

I added following to my .xaml.cs and no error message:

using Telerik.Windows.PersistenceFramework;
using Telerik.Windows.Persistence.Storage;
...
IsolatedStorageProvider isoProvider = new IsolatedStorageProvider();
isoProvider.LoadFromStorage();
...
IsolatedStorageProvider isoProvider = new IsolatedStorageProvider();
isoProvider.SaveToStorage();

But .xaml file get error on "telerik:PersistenceManager.StorageId="myRadRibbon".  The error message is "The attachable property 'StorageId' was not found in type 'PersistenceManager'.

Could anyone let me know why this happens?  Can I assign telerik:PersistenceFramework.StorageId to a RadRibbonWindows?

Thanks,
Yan
Martin Ivanov
Telerik team
 answered on 26 Feb 2015
6 answers
121 views
Hi,



We have created a new application using Telerik Rad Controls for WPF, and using the current Release Q2 controls.

When the application is deployed in Windows 8, RadRibbonWindow does not show the Window Resize buttons (minimize,maximize & close) in the Top Right corner.

These buttons are properly seen if deployed in windows 7 or any other OS.



Please find the attached screen shot where the issue is captured.



Kindly suggest.



Thank you & Regards,

Phani.
Sia
Telerik team
 answered on 25 Feb 2015
1 answer
117 views
I've taken over the development of an Office Add-in that uses WPF for Custom Task Panes. I implementedTelerik RadPanelBar and RTFviewer to support some new features.

For design and development in Visual Studio I added the assemblies to the GAC and referenced them from the Add-in project. The solution runs on the dev machine but after build and deployment (through .msi) the Task Pane won't open because the Telerik dlls are not available.

I saw this blog post about merging assemblies in WPF but I can't use this solution because it slows down and crashes the Office application if I try to run this assembly resolver at startup.

How can I merge the referenced Telerik assemblies into the add-in dll or at least copy and deploy as part of the add-in installation?

Thanks
Petya
Telerik team
 answered on 25 Feb 2015
0 answers
116 views
Hi!

I'm implementing a POC by using the excellent RadCartesianChart component and I got a requirement regarding the LineSeries style: when using an annotation bound to the HorizontalAxis, is it possible to customize the LineSeries' style so it can be different between both sides of the annotation?

I've attached an image that shows what I have achieved so far. On the right side of the annotation I need to show the LineSeries as striped, instead of solid (the left side will remain solid).

Is it possible to have multiple styles by using only one series?

Thanks in advance,

Fred
Fred
Top achievements
Rank 1
 asked on 25 Feb 2015
0 answers
37 views
Hi!

I'm implementing a POC by using the excellent RadCartesianChart component and I got a requirement regarding the LineSeries style: when using an annotation bound to the HorizontalAxis, is it possible to customize the LineSeries' style so it can be different between both sides of the annotation?

I've attached an image that shows what I have achieved so far. On the right side of the annotation I need to show the LineSeries as striped, instead of solid (the left side will remain solid).

Is it possible to have multiple styles by using only one series?

Thanks in advance,

Fred
Fred
Top achievements
Rank 1
 asked on 25 Feb 2015
Narrow your results
Selected tags
Tags
GridView
General Discussions
Chart
RichTextBox
Docking
ScheduleView
ChartView
TreeView
Diagram
Map
ComboBox
TreeListView
Window
RibbonView and RibbonWindow
PropertyGrid
DragAndDrop
TabControl
TileView
Carousel
DataForm
PDFViewer
MaskedInput (Numeric, DateTime, Text, Currency)
AutoCompleteBox
DatePicker
Buttons
ListBox
GanttView
PivotGrid
Spreadsheet
Gauges
NumericUpDown
PanelBar
DateTimePicker
DataFilter
Menu
ContextMenu
TimeLine
Calendar
Installer and Visual Studio Extensions
ImageEditor
BusyIndicator
Expander
Slider
TileList
PersistenceFramework
DataPager
Styling
TimeBar
OutlookBar
TransitionControl
Book
FileDialogs
ToolBar
ColorPicker
TimePicker
SyntaxEditor
MultiColumnComboBox
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
DesktopAlert
WatermarkTextBox
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
ProgressBar
Sparkline
LayoutControl
TabbedWindow
ToolTip
CloudUpload
ColorEditor
TreeMap and PivotMap
EntityFrameworkCoreDataSource (.Net Core)
HeatMap
Chat (Conversational UI)
VirtualizingWrapPanel
Calculator
NotifyIcon
TaskBoard
TimeSpanPicker
BulletGraph
Licensing
WebCam
CardView
DataBar
FilePathPicker
PasswordBox
Rating
SplashScreen
Accessibility
Callout
CollectionNavigator
Localization
AutoSuggestBox
VirtualKeyboard
HighlightTextBlock
Security
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?