Telerik Forums
UI for WPF Forum
1 answer
79 views
I'd like my pie charts to display the percentage of the pie as the label, and the actual number as the tooltip. Unfortunately, i can't seem to figure out how to get the percentage into the label. #STPERCENT just seems to return the YValue.
Giuseppe
Telerik team
 answered on 18 Aug 2010
1 answer
85 views
Using the latest 2010.2.812.35. When using RadDatePicker setting these to false it doesn't work.

AreWeekNamesVisible

 or

AreWeekNumbersVisible

Also setting the HeaderContent on the TimePicker control doesn't work. SelectedTimeChanged event also never seems to fire.

Something I'm doing wrong or broken? Seemed to work in the previous build we were using..

George
Telerik team
 answered on 18 Aug 2010
3 answers
115 views
How can I change the edge/corner rounding in a 3D Pie chart?
Giuseppe
Telerik team
 answered on 18 Aug 2010
1 answer
258 views

Hello everyone!

I'm using RadOutlookBar as a region in my Prism application. RadOutlookBarItems are being dynamically loaded to that region as its views. All RadOutlookBarItems are the same:

<telerikNavigation:RadOutlookBarItem x:Name="outlookBarItem">
<telerikNavigation:RadTreeView Name="NavigaionTree" SelectionMode="Single" ItemTemplate="{StaticResource Section}"
ItemsSource="{Binding Path=AppNavigationItems}" 
SelectedItem="{Binding Mode=TwoWay, Path=CurrentAppNavigationItem}"
MouseDoubleClick="NavigaionItemDoubleClick"
MouseDown="NavigaionItemMouseDown"
IsSingleExpandPath="True" 
IsExpandOnSingleClickEnabled="True" 
IsExpandOnDblClickEnabled="False"
IsLineEnabled="True">
<telerikNavigation:RadContextMenu.ContextMenu>
<telerikNavigation:RadContextMenu Name="contextMenu">
<telerikNavigation:RadMenuItem Header="Развернуть" Name="ExpandButton" Click="ExpandButtonClick"/>
<telerikNavigation:RadMenuItem Header="Свернуть" Name="ReduceButton" Click="ReduceButtonClick"/>
<telerikNavigation:RadMenuItem Header="Открыть" Name="NewTabButton" Click="NewTabButtonClick"/>
<telerikNavigation:RadMenuItem Header="Открыть в фоновой вкладке" Name="ShadowTabButton" Click="ShadowTabButtonClick"/>
</telerikNavigation:RadContextMenu>
</telerikNavigation:RadContextMenu.ContextMenu>
<telerikNavigation:RadTreeView.Background>
<SolidColorBrush Color="White"/>
</telerikNavigation:RadTreeView.Background>
</telerikNavigation:RadTreeView>
</telerikNavigation:RadOutlookBarItem>

During runtime I want to manipulte with RadMenuItms in every view:

private void NavigaionItemMouseDown(object sender, MouseButtonEventArgs e)
        {
            if (sender is RadTreeViewItem)
            {
                var treeViewitem = sender as RadTreeViewItem;
                treeViewitem.IsSelected = true;
                e.Handled = true;
                if (treeViewitem.HasItems)
                {
                    this.NewTabButton.Visibility = Visibility.Collapsed;
                    this.ShadowTabButton.Visibility = Visibility.Collapsed;
                    this.ExpandButton.Visibility = Visibility.Visible;
                    this.ReduceButton.Visibility = Visibility.Visible;
                    this.ExpandButton.IsEnabled = !treeViewitem.IsExpanded;
                    this.ReduceButton.IsEnabled = treeViewitem.IsExpanded;
                }
                else
                {
                    this.ExpandButton.Visibility = Visibility.Collapsed;
                    this.ReduceButton.Visibility = Visibility.Collapsed;
                    this.NewTabButton.Visibility = Visibility.Visible;
                    this.ShadowTabButton.Visibility = Visibility.Visible;
                }
            }
        }


public AppNavigationView()
        {
            InitializeComponent();

            EventManager.RegisterClassHandler(typeof(RadTreeViewItem),
                MouseRightButtonDownEvent, new MouseButtonEventHandler(NavigaionItemMouseDown), false);
        }

But unfortunately my logic works well only in the first RadOutlookBarItem. It also works for every other
RadOutlookBarItem, but the result PopUp still consists of 4 items.
Please help me solve this "miracle".
Thank you in advance.
Miro Miroslavov
Telerik team
 answered on 18 Aug 2010
1 answer
112 views
How to set size of radpane when the pane is set to floating from docked pane?
Konstantina
Telerik team
 answered on 18 Aug 2010
1 answer
112 views
Expecially when working with multiple monitors I would like to be able to maximize floating panes to full screen via a double click in the title bar or use Aero Snap.

Can this be done with the Rad Docking control?
George
Telerik team
 answered on 18 Aug 2010
1 answer
91 views

I have tree charts (one bar and two pies) in the screen and I want to export them to one file. It could be in same sheet or different sheets (one by chart). How do this?

Vladimir Milev
Telerik team
 answered on 18 Aug 2010
3 answers
91 views
Hello,

I'd just want to know how I can get the 3 items I marked in the screenshots above from the WPF demo ?

Are they available or should I design it myself ?

Regards,

http://img824.imageshack.us/img824/8665/telerik1.jpg
http://img801.imageshack.us/img801/1433/telerik2.jpg
http://img412.imageshack.us/img412/6292/telerik3.jpg
Grégory
Top achievements
Rank 1
 answered on 18 Aug 2010
11 answers
238 views
The telerik Demo installed on my PC does not work, specifically, the gridView Controls.

Veselin Vasilev
Telerik team
 answered on 18 Aug 2010
1 answer
60 views
Hi,

I need to let a line of my grid visibly.hidden,

how do I do?


Thank You, Alexandre.
Vlad
Telerik team
 answered on 18 Aug 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?