Telerik Forums
UI for WPF Forum
2 answers
105 views
Hello!

I have the problem with binding to the CategoryBinding property.
I have this code:

                <telerik1:BarSeries CategoryBinding="HourName"
                                    ItemsSource="{Binding ChartData}"
                                    ValueBinding="Value"
                                    />

Chart Data has the values for X and Y axises. I need to show datas which represent each day of week per hour, and in one case it must be data per week

so i need to present sunday, monday ..... and whole week.

in my ChartData i put datas apropriately to my needs :

for day of week :
1 2 3 4 5 ... 24  --- CategoricalBinding
4 5 6 7 3 ... 221 --- Some Garbage datas

and for whole week i need have something like this :
1 2 3 4 ... 24 1 2 3 ... 24 1 2 3 ... 24 ..... 24 -CategoricalBinding for whole week this means 168 categories ( 7*24 hours)
2 1 1 1 ................... Some Garbage datas


But chart don't want to display whole week like 168 categories ( 7*24 hours), it just display 24 categories with united data.

What should i do? Could you help me please?

Thanks and Regards!
srikanth
Top achievements
Rank 1
 answered on 03 Jun 2013
1 answer
166 views
Hi,

how do i add a radwindow to my wpf Project? I can't find it if i try to add e new element to my Project?

Thanks
best Regards
Rene
Kalin
Telerik team
 answered on 03 Jun 2013
1 answer
80 views
I have a WPF data Grid in which I have a Column called Qty having data sequnce:
2,1,4,5,3

When I click on Filter the popup also displays the data as 2,1,4,5,3. But how can it be sorted as 1,2,3,4,5 


I thought of  writing  SortMemberPath inside  <telerik:GridViewDataColumn but don't want to do that as I am not using GridViewDataColumn.

Attached the current scenario.
Yoan
Telerik team
 answered on 03 Jun 2013
11 answers
326 views
I have develop a program that will be used in different countries.
We want everyone to work with date's and so on in there own culture settings.
On the other hand we can view Currency info from the differen countries. These are show in the same datagrid. I want these values to Show the right info So Euro for most Europe countries and Dollar for America.
It is only possible to select On country at a time.

Currently I am using

 

 

<telerik:GridViewDataColumn DataMemberBinding="{Binding TurnOver}" Header="Value" IsReadOnly="True" DataFormatString="{}{0:C}" >

<telerik:GridViewDataColumn.AggregateFunctions>

<telerik:SumFunction ResultFormatString="{}{0:C}" />

</telerik:GridViewDataColumn.AggregateFunctions>

</telerik:GridViewDataColumn>

How do I make it so that the rigth currency symbol and format is made on the selected country while keeping the rest of the UI the users culture setting.

This question is also for the Chart area where I use

<

telerik:SplineSeriesDefinition ShowItemLabels="False" ShowItemToolTips="True"

ItemToolTipFormat="Intake: #DATAITEM.Intake{C2}&#x0a;Target: #DATAITEM.Target{C2}&#x0a;Turn Over: #DATAITEM.TurnOver{C2}&#x0a;Maintenance: #DATAITEM.Maintenance{C2}"/>

 

 

 

 

Maya
Telerik team
 answered on 03 Jun 2013
3 answers
256 views
hi~~
i 've already read the help documents for RadDiagramNavigation, but when i follow the steps in the documents, my vs2010 compiler told me that "can not find RadDiagramNavigationPane in XML namespace http://schemas.telerik.com/2008/xaml/presentation, and also can not find <telerik:RadDiagramNavigationPane>, i 've already add the referencies such as
  • Telerik.Windows.Controls.Diagrams

  • Telerik.Windows.Diagrams.Core

  • Telerik.Windows.Controls.Diagrams.Extensions

  • Telerik.Windows.Controls

  • Telerik.Windows.Controls.Navigation

  • Telerik.Windows.Controls.Input

  • Telerik.Windows.Data


is there any thing wrong? how can i use RadDiagramNavigationPane? and the same error occurs when i try to use RadDiagramContainerShape too......

i just want to make an app looks like the Demo project OrgChart, but the demo depends on too much other demos and the QuickStartFramework, is there any simply using RadDiagramNavigationPane.

by the way, where is the telerik windows8 theme? in my telerik directory there are ExpressDark, Metro, OfficeBlue,...etc,but with out the theme Windows8 need for your OnlineDocuments tutorial ...

i am using Q2 2012

Thanks a lot!
Pavel R. Pavlov
Telerik team
 answered on 03 Jun 2013
1 answer
147 views
Hi,
Is there any way to custom the loading image? I have my own loading image.

Thanks,
Brew
Shinu
Top achievements
Rank 2
 answered on 03 Jun 2013
3 answers
177 views
I am trying to get the CollectionEditor working for ObservableCollection<int>.
I am not able to add items. If I create a object with one int property I can add to the collection.

Is there a way to get it working with a list of int's?


Maya
Telerik team
 answered on 03 Jun 2013
1 answer
87 views
Hello everyone,
i wan't to safe and restore the expanded GroupRows in a GridView but I don't know how to force to expand the GridViewFooterRows.
Has anyone ever tried this and can show me an example how to do this?
Tina Stancheva
Telerik team
 answered on 03 Jun 2013
3 answers
127 views
Hi,

I want to modify ControlTemplate of GridViewComboBoxColumn so that I can display a ComboBox with multiple columns with title and sort functionality.

If someone can share steps to do the same in expression blend it would be great.

Can someone please help with this? 
Maya
Telerik team
 answered on 03 Jun 2013
1 answer
100 views
Hi I'm using 2013-Q1.
I've the following xaml:

<telerik:RadRibbonView TitleBarVisibility="Collapsed" telerik:StyleManager.Theme="Windows8" telerik:KeyTipService.IsKeyTipsEnabled="True"

MinimizeButtonVisibility="Visible">

<telerik:RadRibbonView.Backstage>

<telerik:RadRibbonBackstage>

</telerik:RadRibbonBackstage>

</telerik:RadRibbonView.Backstage>

</telerik:RadRibbonView>



when I click application button I got the "Cannot perform this operation when hosted in browser." exception.

Am I doing something wrong ?

Thank you.
Kiril Vandov
Telerik team
 answered on 03 Jun 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?