Telerik Forums
UI for WPF Forum
8 answers
300 views
Hi,

I want to know if it's possible to dynamically load the radCarousel and set it's itemsource in C# at runtime?

Basically I have a winform application I am integrating a WPF carousel into. The user will use a drop down selection box to choose which set of data to represent. That selected item will send a variable to the carousel, C# logic will dynamically query a SQL Server database and present the returned data in the carousel as selectable items.

That's the goal anyway. Thanks in advance for your help!

Tony
Tony
Top achievements
Rank 1
 answered on 26 Feb 2015
1 answer
132 views
Hi there, 
How can I Dispose events handled for each cell created in CreateCellElement method in a custom column ?
In my RadGridView I use a CustomChechBoxColumn  in which Cells are created By CreateCellElement. and each cell is subscribed to  checked/Unchecked events. every thing is ok but when RowVirtualization and  ColumnVirtualization are enabled , it dosen't work properly.
Ivan Ivanov
Telerik team
 answered on 26 Feb 2015
3 answers
41 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
165 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
122 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
149 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
232 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
93 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
100 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
429 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?