Telerik Forums
UI for WPF Forum
1 answer
103 views
The sampling and performance of RadChart's ability to show thousands of data points in an intelligent way is great. The biggest problem for me is how to transfer this data from the server to client. In a real world scenario, this data is going to reside in a persistent store like database and a WCF service will help getting it.

All the example's I've seen so far works with random data generation on the client side. How can I efficiently bring such a large volume of data from a WCF service.

I believe the sampling only occurs on the client side after you have bound all the datapoints, series mapping to the chart.

Many Thanks in Advance.

Saravana. 
Giuseppe
Telerik team
 answered on 14 Jul 2010
3 answers
82 views
Hi,

I'm not sure if anyone else has run into this. Whenever I use the Docking control my msn messenger gets set to busy. It also happens in the Docking Examples in the RadControls for WPF Demos.

Wondering if you had any ideas on what I could do to get around this?

Thanks Much,
~Boots
Miroslav Nedyalkov
Telerik team
 answered on 14 Jul 2010
2 answers
127 views
Hello!
The RadPane's context menu is useful in many scenarios and I would like to keep this feature in my application, but I need to limit that context menu to appear only when I right-click the header or when I click the small arrow in the upper right corner of the RadPane, because in my case, the RadPane content consist in a WrapPanel having some custom controls that treat their own right-click event ( so I don't want the RadPane to show it's context menu when I right-click inside it )
Is this possible?

Thank you!
RoxanaC
RoxanaC
Top achievements
Rank 1
 answered on 14 Jul 2010
2 answers
91 views
The items in my chart legend are arranged horizontally, even when I have the legend on the right. What do I need to do to get them to be arranged vertically? In the demos, this seems to be the default, but for me for some reason that doesn't happen.

Edit: the title is a little misleading; I mean "orientation" rather than alignment, but hopefully the picture and description makes it clear what I mean.

Steve
SteveL
Top achievements
Rank 2
 answered on 13 Jul 2010
3 answers
99 views
Has anybody else experienced slowness when either sorting a column or resizing the width of a column?

To sort or resize a column it is taking 8 seconds, you might think many rows is the problem. But I would not say that 320 records is a lot of rows.

I'm using the Model View View Model concept and creating a custom class that is binding to the grid. Could this approach be causing the slowness?
Chad
Top achievements
Rank 1
 answered on 13 Jul 2010
7 answers
705 views
hy everybody

is there an easy was to retrieve the number of rows of the GridView element i.e. gridview.rows.count? My intention is to build a loop i.e.
for i = 0 to gridview.rows.count - 1
...do something
next

Thanks for your help

Michael Lutz
BITsoft
Michael
Top achievements
Rank 1
 answered on 13 Jul 2010
1 answer
116 views
How do you hide the chart legend in XAML? 




Sia
Telerik team
 answered on 13 Jul 2010
1 answer
206 views
Hi

I am currently trialling the Q2 controls and have a couple of questions regarding the RadPanelBar.

Firstly - I have used the ControlTemplates provided in the documentation to re-style the panel bar and the panel items. However the content headers and the items are now styled the same, what I want is for the header to stand out from the items. Could you please advise how I style these two items differently?

Secondly - is there a way to set the panels so that when expaned they only take up the space required for their items? At the moment the panels are expanding to fill all available space - for example I have three sections, when I expand the first section the other two sections are pushed to the bottom of the container, I would like the sections to expand only enough to show their items.

Thanks.
Kiril Stanoev
Telerik team
 answered on 13 Jul 2010
2 answers
194 views
Hey,

I´ve got a problem with styling an PanelBarItem in a HierarchicalDataTemplate.
I copied a style and tried to bind it to my PanelBarItem, but only the default-style appears (with the exception of the foreground, this color agrees with my style ).

Do I have a simple PanelBar with a view items in it and bind the style to it, everything is fine.
Causes the HierarchicalDataTemplate this missing style?

Below the Structure of my PanelBar: 

 

<DataTemplate x:Key="BereicheTemplate"> 
 
<StackPanel Orientation="Vertical" Margin="5">
 
<TextBlock Margin="5" Text="{Binding Name}"/>
</StackPanel>
</DataTemplate>
<HierarchicalDataTemplate  x:Key="ItemPanelTemplateThemen"
                           ItemTemplate="{StaticResource BereicheTemplate}"
                           ItemsSource="{Binding BereicheListe}" >
 
<telerik:RadPanelBarItem   Style="{DynamicResource RadPanelBarItemStyleMC}"  
                           HeaderTemplate="{DynamicResource ThemenDataTemplate}"
                           Header="{Binding}" >
</telerik:RadPanelBarItem>
</HierarchicalDataTemplate>
.
.

<telerik:RadPanelBar x:Name="ThemenListe" Margin="0,23.424,0,147.867" ItemTemplate="{DynamicResource ItemPanelTemplateThemen}" Style="{DynamicResource RadPanelBarStyleMC}" >

 

 

 

 

 

Regards
Betty

 

 

 

Betty Häusler
Top achievements
Rank 1
 answered on 13 Jul 2010
2 answers
150 views
Hello telerikTeam,

I have an Issue with the SelectedColor in the RadColorPaletteView namely how can I get selectedColor ?
If I try this:

RadColorPaletteView colorPalette = sender as RadColorPaletteView;
 
RadColorPaletteViewItem selectedItem = colorPalette.SelectedItem;

I am getting null.

Could you please tell me what I am doing wrong ?

XAML
<telerik:RadColorPaletteView x:Name="BorderColor" Margin="0" Grid.Column="1" Palette="Standard" PaletteOrientation="Horizontal" Style="{StaticResource RadColorPaletteViewStyle}" VerticalAlignment="Center" PreviewMouseLeftButtonDown="ChangeColor"/>




Thank you.

Daniel
Viktor Tsvetkov
Telerik team
 answered on 13 Jul 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?