Telerik Forums
UI for WPF Forum
4 answers
210 views
I want to have 2 panes, one larger than the other with a split vertically. I was these panes to be stretched to the size of their container, in this case a grid row. So I have this

        <telerikDocking:RadDocking x:Name="radDocking" Grid.Row="2">
            <telerikDocking:RadSplitContainer InitialPosition="DockedTop" Orientation="Horizontal" VerticalAlignment="Stretch">
                <telerikDocking:RadPaneGroup telerikDocking:ProportionalStackPanel.RelativeSize="200, 200">
                    <telerikDocking:RadPane Header="pane" />
                </telerikDocking:RadPaneGroup>
                <telerikDocking:RadPaneGroup telerikDocking:ProportionalStackPanel.RelativeSize="400, 200">
                    <telerikDocking:RadPane Header="pane" />
                </telerikDocking:RadPaneGroup>
            </telerikDocking:RadSplitContainer>
        </telerikDocking:RadDocking>

However, this doesn't stretch to the grid row height. How can I get this to happen?

Thanks
Miroslav Nedyalkov
Telerik team
 answered on 05 May 2010
1 answer
73 views
I have an MVVM application

View contain:
<telerik:InformationLayer x:Name="informationLayer"  > 
   <Border  
        telerik:MapLayer.Location="{Binding Path=LocationData.CurrentLocation}"  
    Background="#00FFFFFF">..... 

ViewModel contain:
public Location CurrentLocation 
    get 
    { 
         return panel.CurrentLocation; 
    } 
    private set  
    { 
         panel.CurrentLocation = value; 
         OnPropertyChanged("CurrentLocation"); 
    } 

If i start app and change CurrentLocation value binding works normally,
but if before it move map bindnig dies..

???

PS work with RadControls for WPF 2010 1 0422
Andrey
Telerik team
 answered on 05 May 2010
3 answers
204 views
I am looking for a 3D Bar Chart control, where multiple data series can be plotted at a different Z axis value. There is a sample example available on CodeProject: http://www.codeproje...t_control.aspx.

The solution addresses what I need, but I was wondering if Telerik has an equivalent solution (With better look and feel).

I didn't see anything similar to this in the sample browser. I wanted to know if I can achieve something similar from current offering. If not do you plan to add something similar in near future?
Velin
Telerik team
 answered on 05 May 2010
1 answer
226 views
Hello,
      I just recently started using Telerik controls for WPF and to be honest have found the documentation to be quite disorganized. It seems that everything wants to take you back to the demo project, which offers nothing but a sample of what the control CAN do, not how to do it, weird.....anyways, I am trying to do something very simple, which is to change the colors of the bars on a bar graph, or more generally, the colors of the lines on any type of graph. I have the graph working, it is data bound, and it looks great, but the default color of the bars make the graph blend in too much to the rest of the interface. Any suggestions?  It seems like is should be a simple property of the graph, but I cannot find it.
Velin
Telerik team
 answered on 05 May 2010
3 answers
91 views
This seems like a pretty simple request so I am hoping there is an easy way to satisfy it.  Can we easily change the text of the insert new row label?  I believe it starts out as insert new record or something along those lines and we would like to change the text to something else.  Is this easily possible?
Milan
Telerik team
 answered on 05 May 2010
1 answer
115 views
I would like to have an empty, editable row in a telerik grid always available. When the user first selects this empty row or a cell in it, I would like the grid to then add a new row. Could you provide sample code for this? Thank you.
Milan
Telerik team
 answered on 05 May 2010
5 answers
114 views
Hi,

When using the Windows7 theme on a Rad Ribbon Bar, there is a solid dark blue block (very noticable) just before the first tab.

Thanks,
Rob
Vladislav
Telerik team
 answered on 05 May 2010
4 answers
1.0K+ views
Hi,

For a while now I've been using a TreeView inside of a ComboBox that I got from the Telerik blog here http://blogs.telerik.com/valerihristov/posts/09-08-27/treeview_in_combobox_take_3_silverlight_3_wpf_and_radcontrols.aspx

It was working fine up until recently when we updated to the latest version of the Telerik WPF controls (Q1 2010). Now what happens is the ComboBox will no longer display the text of the chosen item, it remains blank and I can't figure out why.

Any help is greatly appreciated, thanks!

Joe,
Joseph LeBlanc
Top achievements
Rank 1
 answered on 04 May 2010
2 answers
122 views
Hi,

I've migrate the toolkit:DataGrid to telerikGridView, it's bound to a collection of type BindingList<T>. I've noticed that when I click on Add a new item the grid does not call AddNew (this is the reason my AddNewCore method overload does not get called).

Is there a work around for this ? Do you need some sample code to prove this ?

Thank you,
Nedyalko Nikolov
Telerik team
 answered on 04 May 2010
5 answers
144 views
I know this is a basic question. I just can't find the answer. Please poiunt me in the right direction

i have 2 tables
Customer and towms

how do I get the townName to display in a datagrid view rather thatn the TownID

you now what I mean. I don't want to see townID  but TownName (from the towns table)
Pavel Pavlov
Telerik team
 answered on 04 May 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?