This is a migrated thread and some comments may be shown as answers.

TopRightPanel not displaying

3 Answers 57 Views
Chart
This is a migrated thread and some comments may be shown as answers.
chris
Top achievements
Rank 1
chris asked on 17 Aug 2011, 07:22 PM
Hello everyone,

I am very new to this and I have just started using WPF. I am writing a application that I need a right side bar to have different options to select. I was using the TopRightPanel that I found in some of your examples and I can't get the side panel to display in the window. Any ideas anyone this would help a lot thank you.

3 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 23 Aug 2011, 11:11 AM
Hello Chris,

Could you please provide us with more details about your scenario, which TopRightPanel exactly you're using? Also sending some sample code will be of great help in reproducing the issue. Thanks in advance

Regards,
Yana
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
chris
Top achievements
Rank 1
answered on 23 Aug 2011, 03:17 PM
I am trying to display a Grid and have a Right Panel or Left Panel have options for filtering out some of the DataSeries that are going to be displayed on the graph. I was following on the the examples you have on Chart/SortFilter using the TopRightPanel but could not get it to display correctly. 

This is the code I was using:

<qsf:Example
        xmlns:qsf="clr-namespace:Telerik.Windows.QuickStart;assembly=Telerik.Windows.QuickStart"
        xmlns:telerikChart="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Charting"
        xmlns:telerik="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls"
        xmlns:input="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Input"
        xmlns:QuickStart="clr-namespace:Telerik.Windows.QuickStart;assembly=Telerik.Windows.QuickStart"
        x:Class="Telerik.Windows.Examples.Chart.SortFilter.Example">
    <Grid>
        <telerikChart:RadChart x:Name="Chart1" MaxWidth="800" />
    </Grid>
    <qsf:Example.TopRightPanel>
            <TextBlock  Text="Test Text Block"/>
    </qsf:Example.TopRightPanel>
</qsf:Example>

The chart and everything appears to be working fine, but the text in the Panel does not appear anywhere on the page. 
0
Evgenia
Telerik team
answered on 26 Aug 2011, 12:27 PM
Hi Chris,

The TopRightPanel that you are trying to use is part of our QuickStart assembly which we created for the use of our demos.
To use it you'll need to purchase the Developers license with Subscription and Priority Support, so that you'll gain the Source Code download available in your downloads for educational purposes. You can find further details here.

Kind regards,
Evgenia
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
Chart
Asked by
chris
Top achievements
Rank 1
Answers by
Yana
Telerik team
chris
Top achievements
Rank 1
Evgenia
Telerik team
Share this question
or