Telerik Forums
UI for WPF Forum
1 answer
110 views
Hi,

I am doing some sort of a designer where user can select different types of chart from a toolbox and drop it to the designer canvas.
I am serializing the Chart dropped using XAMLWriter and making a copy of it using XAMLREADER.LOAD(), I am facing a problem with the namespace telerik that cant find the RadChart.

Any idea on how to solve the namespace issue in loading custom types for the telerik.

Thanks.
Giuseppe
Telerik team
 answered on 19 Oct 2009
1 answer
51 views
Hi,

I've downloaded "RadControls_for_WPF_2009_3_1016_TRIAL",
when clicking on the Maximize button of one of the tiles, the active tile don't have the restore icon.
when clicking on the postion of the icon location should be, it still working.... the restore function work.

Thanks

Tihomir Petkov
Telerik team
 answered on 19 Oct 2009
5 answers
263 views
It is possible to force the visibility of horizontal scrollbar even when not needed?
Hristo
Telerik team
 answered on 19 Oct 2009
3 answers
92 views
In the new beta,
setting the FlowDirection to "RightToLeft" change the layout but with an overflow error in the sidebar.
If you try to drag one of the tiles in "RightToLeft" mode, an exception would occur.

I hope that this will be fixed in the new Q3 beta.

Thanks
Tihomir Petkov
Telerik team
 answered on 19 Oct 2009
1 answer
108 views
Hello,

First question so apologies if it's simple.  I have a chart with a large amount of information displayed on it.  I am using a standard chart legend and the number of entries in the legend means that it is not possible to see them all, smaller font and so on does not solve the problem.  Is it possible to have the chart legend inside a scroll viewer or something similar so that the content of the legend can be scrolled.

Thanks,

Mike.
Ves
Telerik team
 answered on 19 Oct 2009
2 answers
1.0K+ views
I could not find and easy way to change the background color of the Tab Control.  By header, I mean the entire region behind all the tabs.  I would like to be able to quickly set it to either a solid color or a gradient brush.  It appears that I could do this with a heavy duty method like replacing the entire TopTemplate, but that is not my first choice.
 It would be nice to be able to do something like this:
<Application.Resources> 
   <LinearGradientBrush x:Key="TabHeaderBrush" Opacity="0.55" StartPoint="0,0" EndPoint="0,1"
        <GradientStop Color="LightGray"  Offset="0.0" /> 
        <GradientStop Color="DarkGray" Offset="1.0" /> 
   </LinearGradientBrush> 
</Application.Resources> 
 
<telerikNav:RadTabControl HeaderBrush="{StaticResource TabHeaderBrush}"
</telerikNav:RadTabControl> 
which would change the color behind all the tabs in the header as you click on them.  Note that this is NOT the color immediately around the text in the TabItem Header area, it is what stretches the entire width of the TabControl.
Does this exist?  If not, can you add it as a feature in the next release please?  Thanks!
Brian
Top achievements
Rank 1
 answered on 16 Oct 2009
1 answer
154 views
Hello!

I'm using the RadCombobox for WPF in a winform.  I am able to dynamically create the control populating it from a datasource and setting some other properties then adding the control as a .Child to an ElementHost control.  My problem is that I don't seem to be able to reference the selected value of the combobox through the ElementHost control.  I am also adding an "AddHandler" to this code but don't seem to have the right event to capture the change of selection.  The event at this point that seems to work is the DropDownClosed.  I'm using vb for code behind.  Any code examples or suggestions would be greatly appreciated!

Thanks much!
MB
Mike Bendig
Top achievements
Rank 1
 answered on 16 Oct 2009
3 answers
270 views
Hi

I have problems keeping the dropdown open in RadComboBox. My combo is editable, the textsearch is disabled. In the GotFocus event i set IsDropDownOpen to true, but it closes immediately. Also after that i can't open it by clicking on the dropdown button.
I noticed that the regular WPF combo has a StaysOpenOnEdit property, which i couldn't find in RadComboBox. (with the regular combo i got this working, but i'd like to use RadComboBox.)
Mike Bendig
Top achievements
Rank 1
 answered on 16 Oct 2009
1 answer
171 views
How would I go about changing the node selection style of the RadTreeView.  I don't like the default color and how it selects the full row.

Thanks
Dimitrina
Telerik team
 answered on 16 Oct 2009
1 answer
50 views
I can't seem to get BringDataItemIntoView for 2009 Q1 release.

XAML

<

 

telerik:RadGridView Foreground="Black" MultipleSelect="True" Margin="0, 0, 0, 0" SelectionChanged="gvMainWorkQueue_SelectionChanged" CanUserReorderColumns="False" ShowGroupPanel="False" AutoGenerateColumns="False" Name="gvMainWorkQueue" Grid.Row="0" Grid.Column="0" AllowDrop="False" telerik:StyleManager.Theme="Telerik" />

 

 



Code

 

object currentRec = gvMainWorkQueue.SelectedItem;

 

gvMainWorkQueue.ItemsSource = GetDataSource();

 

gvMainWorkQueue.Rebind();

 

 

 

if (currentRec != null) {

 

gvMainWorkQueue.SelectedItem = currentRec;

gvMainWorkQueue.BringDataItemIntoView(gvMainWorkQueue.SelectedItem);

}

no errors occur.  The grid doesn't auto scroll to bring the item into view. 
Also not having any luck with 2009 Q2.

 

Rossen Hristov
Telerik team
 answered on 16 Oct 2009
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?