Telerik Forums
UI for WPF Forum
3 answers
60 views
Hi,

I'm running into a slight issue when trying to load a layout of docking panes when using any of the three styles of VS2013 implicit themes.

Normally, when you click on the RadDocumentPane inside of the DocumentHost, there is a thin colored bar that extends the width of the window at the top to show that the document is focused/active.

But when you load a layout, this bar does not appear anymore when clicking on the document.  Also, there is a small border that normally appears around the document window that disappears when loading a layout as well.

See attached pics.  You can reproduce this by adding the Save/Load features to the Themes example provided in the Telerik Demos package.  Any ideas?

Thanks!
- Joe
Kalin
Telerik team
 answered on 26 Feb 2015
4 answers
206 views
Hi,

I would like to know if it's possible to block the drag and drop operation outside the DayStartTime/DayEndTime properties?!? In my scenario, I have a week view with the DayStartTime property = 9h00AM and the DayEndTime property = 9h00PM and an appointment from 9h00AM to 9h00PM. If I want to drag the appointment to another day, it's a little bit hard to don't fall outside the DayStartTime/DayEndTime properties range. If I fall outside the range, I don't want the appointment become resizable, is it possible???

Thank's
Alain
Kalin
Telerik team
 answered on 26 Feb 2015
1 answer
149 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
186 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
258 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
122 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
117 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
485 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
150 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
136 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
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
DataPager
PersistenceFramework
Styling
TimeBar
OutlookBar
TransitionControl
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
WatermarkTextBox
DesktopAlert
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
LayoutControl
ProgressBar
Sparkline
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
SplashScreen
Callout
Rating
Accessibility
CollectionNavigator
Localization
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?