Telerik Forums
UI for WPF Forum
3 answers
187 views
Hi,
How to Create Style for RadTileView like this picture.
Zarko
Telerik team
 answered on 02 Jul 2012
1 answer
113 views
We are looking to change our charting products and I chose to use the ChartView over the older RadChart for the speed and the better customization options, but I am finding some things missing. The big thing is I need a chart with linear X & Y axis, smoothing (spline type is typically what I would use), and ability for marked zones. I have read several other posts concerning some of these and saying they would be available in the upcoming release (Q2 2012), but I am unable to find these.

Am I missing something or are these features not yet implemented?

Also, I watched the webinar over Q2 2012 Xaml controls and saw a mention of new RadChartView features, but I heard nothing about them. Is there any updated documentation with whats new in RadChartView for Q2 2012.

Thanks for your help and continue the good work,
Ryan
Giuseppe
Telerik team
 answered on 02 Jul 2012
7 answers
205 views
We are trying to bind a collection of items to a set of RadDocumentPanes through the ItemsSource & SelectedItem properties on the RadPaneGroup control. Unfortunately we were unable to create viable documents in this manner, and had to create a custom converter to return our items wrapped as RadDocumentPanes. Is this a limitation of the Rad control or is there a better way to do this? 
George
Telerik team
 answered on 02 Jul 2012
4 answers
123 views
In the attached file it shows the original Windows control bar (that has the minimize, maximize, close) still remains on the RadRibbonView.  Also, there is a forward and back navigation bar, I'm not sure why; so, how can I remove these and place the buttons on the ApplicationName bar?  Source Code:
<telerik:RadRibbonView x:Class="Magnetek.Network.Client.MainWindow"
                         xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                         xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
                         xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
                       xmlns:ribbon="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.RibbonView"
                       MinHeight="100" MinWidth="200"
                       x:Name="RadRibbonWindow">  
</telerik:RadRibbonView>



Also, with Windows Ribbon control I can start my window in a certain position using:

WindowStartupLocation="CenterScreen"

Is there a way to set the startup location and start the application maximized?
Viktor Tsvetkov
Telerik team
 answered on 02 Jul 2012
8 answers
143 views
Hello!

In our WPF project, we have a UserControl with a RadGridView to display persons. We decided to use the EntityFrameworkDataSource because it is easy to implement and offers a lot of advantages.

We implement the Entity Data Source and everything is working except one thing. When we click on the Menu to call the UserControl, a delay is occuring. the UserControl takes 5~10 seconds to appear, and when it appear the RadGridView is already loaded with the data.

If i remove the lines of the DataSource, the UserControl loads fast with 2 seconds. The Gridview only has 20 itens, i'm afraid that when the data begins to grow this delay became worse, it will impact a lot for the client.

Can you help me solving this? It is hard to explain with words, if you not understand the problem let me know and i try to make a video.

Thanks!
Dimitrina
Telerik team
 answered on 02 Jul 2012
8 answers
171 views
Hi,

Is there a good way to couple the TimeBar with GanttView, so that the selection of a timebar selection modifies whats shown on the gantt chart?

Thanks,

Eric
Tsvetie
Telerik team
 answered on 02 Jul 2012
1 answer
133 views
I have an application with potential thousands of views (as radpanes with a single usercontrol) and therefore need to make sure they can be cleaned-up, when they are not needed anymore.
I had some trouble with the radpanes, but eventually got it working for most of my views.

However I have run into problems with views containing charts.
What I have come up with is that the trackball keeps a reference to the usercontrol containing the chart. So while I manage to get rid of the radpane, the usercontrol is beeing kept in memory.

With a memory-profiler I have found out that the offending class is Telerik.Windows.Controls.ChartView.DataPointInfo, which apparantly has some valueChangedHandlers that are not cleaned up.

I have given up trying to clean these up myself, so I really hope you have a fix for this in the works.

Is this something you are working on?

Best regards
Christian M. Madsen
Yavor
Telerik team
 answered on 02 Jul 2012
1 answer
119 views
I'm using RadTextInput and I want to specify the number of digits after comma, not before it. E.g. only two digits after comma should be allowed, but ANY number of digits before comma. What mask do I need for this?

Mask like "#.2" displays 123.12 as 3.12
Alex Fidanov
Telerik team
 answered on 02 Jul 2012
0 answers
68 views
My application saves the layout when exiting, and restores the layout when starting.
The specs tell me the restored layout has to be exactly the same as the layout when exiting the application.

For floating panes the size of the restored layout is incorrect, it is the size with which the pane was created, not the last size.
I think this is a bug.

To fix this I store the size of the pane myself when exiting the application, and try to set it in the ElementLoaded Event whens starting again. However only Floating panes should get the size they had before exiting the applications, the other panes are in the RadDocking layout and sized correctly.

The problem I'm facing is that the IslFloating property of floating panes is false in the ElementLoaded. So I can not detect which panes are floating. This is the second bug I think.

Does anyone have a clue how to solve the problem of the incorrect size of the restored pane?
Pieter
Top achievements
Rank 2
 asked on 02 Jul 2012
1 answer
147 views
I want my context menu item to have Text on left and keyboard shortcut on right. I dont want to give fixed width as my Text size can increase/decrease based on localized string

I tried putting Grid but the Width of the Grid is not getting 100% of the Item. 

 <telerik:RadMenuItem>
                <telerik:RadMenuItem.Header>                  
                    <Grid >
                        <Grid.ColumnDefinitions>
                            <ColumnDefinition Width="1*"/>
                            <ColumnDefinition Width="Auto"/>
                        </Grid.ColumnDefinitions>

                        <TextBlock Text="Bigger Globalizeddddddddddd  TExt"  />
                        <TextBlock Text="Shift + Insert" Grid.Column="1" />
                    </Grid>
                </telerik:RadMenuItem.Header>
                <telerik:RadMenuItem.Icon>
                    <Image Source="someicon"/>
                </telerik:RadMenuItem.Icon>
            </telerik:RadMenuItem>


Is there any way we can add additional column to context menu item just as image column so it always come on right seperate from header?

Or is there any solution to this problem?



Dani
Telerik team
 answered on 02 Jul 2012
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?