Telerik Forums
UI for WPF Forum
2 answers
143 views

Basically I want the same behavior than your OrgChartDiagram demo.

I would like to display the bottom connector button only instead of displaying them all.

Can you please tell me which style should I set to solve my problem ?

Here you can find my source code :

https://drive.google.com/drive/folders/0B6VcnKZGRsYHd2hYMDV2YnVaVjA?usp=sharing

Thank you.

 

Kind Regards,

BCornec

benjamin
Top achievements
Rank 1
 answered on 27 Oct 2016
8 answers
270 views
Hello, 

I want PropertyGrid to collapse arbitrary groups into it after control is loaded. I read several forums posts, but neither of suggested solutions work well. Actually, I wrote behavior and it did I what I want, but after migrating on new Telerik controls version 2013.3 it cease work properly. 
I've attached link on test project.

Do you have any ideas how to enforce PropertyGrid collapse group properly?
Yoan
Telerik team
 answered on 27 Oct 2016
1 answer
160 views

I need to set the auto generated radgridview cell background for columns with a certain group ID. The number of columns in each group are dynamic.

If the cell value is less than or equal to 10 i need to set the cell background to a particular color. I may not use code behind for this issue.

Lance | Senior Manager Technical Support
Telerik team
 answered on 26 Oct 2016
2 answers
106 views

Hi all,

I have a question, I have created an application with an outlook like interface based on the example project.

http://www.telerik.com/products/wpf/outlookbar.aspx

At the moment my all my data is initialized when the application starts.

I would like to have the possibility to run a function when I click on a menu item(schedular or E-mail in the example), so I can initialize the data when clicking on the menu item so I don't have to initialize everything up front.
is there a function for this?

this would give me the following benefits. initial loading should be faster and when data is changed during the application run I can easily update this by moving to another menu item and back.

 

thank you for your help.

Bart
Top achievements
Rank 1
 answered on 26 Oct 2016
2 answers
988 views

I have the following code creating a context menu

var menu = new RadContextMenu();
var copyToCliboardMenuItem = new RadMenuItem {Header = "Copy Figure to Clipboard", Icon = ??); 
menu.Items.Add(copyToCliboardMenuItem);
RadContextMenu.SetContextMenu(BoundChart, menu);

Given the following stream, 

var stream = Application.GetResourceStream(new Uri("pack://application:,,,/AppName;component/Images/myicon.png" ));

how can I set the Icon property?

Lawrence
Top achievements
Rank 2
Iron
 answered on 26 Oct 2016
3 answers
145 views

Hi all,
I found a problem using a document that you can download from here:
http://download2.anastasis.it/software/fabrizio/crash.docx

In few words, opening that document results in a catastrophic crash with program shutdown. This happen either in our application and in your WPF demos.
The document has been generated in Google Drive then converted in docx by Google Drive itself during the download operation.

Deep-tracking the bug, I saw that the problem is probably connected with a CommentRangeStart that hasn't a proper closing CommentRangeEnd marker.
Since I couldn't find the exact point where exception is thrown, please take this indication with a grain of salt.

Even if I know that the problem is generated by a third-party malfunction, it could be a good idea to make your document reader a little more safe.

Thanks for your assistance, bye! :)
Fabrizio

Fabrizio
Top achievements
Rank 1
 answered on 26 Oct 2016
1 answer
152 views

I'm using NoXaml libraries with the VisualStudio2013 theme. I'm able to set the values of the colours in VisualStudio2013Palette.Palette and this mostly seems to correctly update everything at runtime...

Except that I'm using RadDocking, and each pane has a header. The background is AlternativeColor, and then when you click a header it switches to HeaderColor. If I change AlternativeColor at runtime, the unselected pane headers all update as expected. However the selected pane header is painting in the original colour of HeaderColor, and doesn't change. The only way to change that seems to be to set it during startup (e.g. in my MainWindow constructor).

I looked at the theme implementations. In PaneHeaderControlTemplate there's:

<p><ObjectAnimationUsingKeyFrames Storyboard.TargetName="Content" Storyboard.TargetProperty="Background"></p><p>    <DiscreteObjectKeyFrame KeyTime="0:0:0" Value="{telerik:VisualStudio2013Resource ResourceKey=HeaderBrush}"/><br></ObjectAnimationUsingKeyFrames></p>

 

If I change HeaderBrush to AccentMainBrush and change that at runtime, behaviour is the same. So it must be something about referring to that brush from the animation storyboard that copies the original brush?

Is there a way around this? It would be cool to have the theme consistently change its colours without needing a restart.

Evgenia
Telerik team
 answered on 26 Oct 2016
2 answers
154 views
Right now I've a very extrange problem whenever I Create a Telerik WPF project and wanna use RadGridView a message appears saying that a reference has been added and I've to recreate a control and blablabla , in the reference Windows I don't see that reference added so I've added it by myself and trying to add again RadGridView another error message pops ups saying this time that a method is missing , honestly I don't know what to do I already unistalled and reinstalled Telerik but still I have this errors
Stefan Nenchev
Telerik team
 answered on 26 Oct 2016
1 answer
144 views

Hello all,

 

What would be my best option to create a chart like the one in the attached image?

 

Thanks,

Luis Barreira

 

 

Martin Ivanov
Telerik team
 answered on 26 Oct 2016
1 answer
589 views

We are about to use the Ribbon menu from the Telerik WPF toolkit along with the RadDiagram control.

Our application will be designed similar to the "FirstLook"-demo application in the Diagrams section in the Demos app, where the user should be able to add objects, text and lines and arrange them (send to back, bring to front, align etc).

The functionality is basically in place but our question is if the icons in the demo application is avalable anywhere if you have the Telerik for WPF licences? Are you free to use them and where are they located? If not, do Telerik for WPF have a icon library that could be used in the Ribbon menu?

Martin Ivanov
Telerik team
 answered on 26 Oct 2016
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?