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

The DayTemplateSelector has no effect when I apply VistaTheme. Is it a bug ? Is it possible to desactivate Theme for a spécific control ?

Many Thanks in advance.
Kaloyan
Telerik team
 answered on 01 Jul 2009
1 answer
114 views
Hi

Is it possible to disable the legend without using a custom style? I'd like to do it in the C# code if possible.

Allan   
Giuseppe
Telerik team
 answered on 01 Jul 2009
3 answers
136 views
Hello,

Can anyone please tell me what is the difference between the following properties on a telerik grid?
The help system (chm\web) does not give sufficient information on this matter.

1) SelectedItem

2) SelectedRecord

3) SelectedRecords

4) CurrentCell

5) CurrentItem

6) CurrentRecord

Thanks,

Erez
Milan
Telerik team
 answered on 29 Jun 2009
2 answers
110 views
Hi,

my problem is that when I define a GridViewColumn the value of Background is ignored!
BUT (and I use this as workaround) with GridViewDataColumn it works.
<telerik:RadGridView.Columns> 
                    <telerik:GridViewColumn Width="115"  Background="Silver">  
                        <telerik:GridViewColumn.CellTemplate> 
                            <DataTemplate> 
                                <TextBlock Text="Test" /> 
                            </DataTemplate> 
                        </telerik:GridViewColumn.CellTemplate> 
                    </telerik:GridViewColumn> 
                    <telerik:GridViewDataColumn Width="115" Background="Silver">  
                        <telerik:GridViewDataColumn.CellTemplate> 
                            <DataTemplate> 
                                <TextBlock Text="Test" /> 
                            </DataTemplate> 
                        </telerik:GridViewDataColumn.CellTemplate> 
                    </telerik:GridViewDataColumn> 
The first column in this snippet is not colored - the second is!

I just want to notice this problem - it is not stopping me or such bad things.

Regards

Manfred
ManniAT
Top achievements
Rank 2
 answered on 29 Jun 2009
5 answers
173 views
Hi,

I'm using RadTreeView on WPF, .NET 3.5 SP1. My goal is to select an item in the treeview programmatically. For this purpose I tried the following:

            tree.SelectedItems.Clear();
            tree.SelectedItems.Add(item);

This works fine IF and ONLY IF this particular item was visible(expanded) at least once. Please help to resolve this issue. All I need is to select the item (no matter if it was expanded or not).

Thanks in advance,
Ruben.
Vlad
Telerik team
 answered on 27 Jun 2009
2 answers
88 views
Hello,

I have a very simply implementation that embeds a radCarousel control on a grid and databinds the ItemSource to an Observable collection.  The only way that I am able to select items is by clicking on the "scroll bar" buttons at the bottom of the control.  I was under the impression that I should also be able to click on an item in the list as well to bring it to the front as the selected item.  From the demos it appears that nothing special is required to support this functionality - am I missing something?

Thanks,
Mark.
Mark
Top achievements
Rank 1
 answered on 26 Jun 2009
3 answers
125 views
Hi,

How to set the different color for Bar based on values like critical - Red, normal - green, warning - yellow etc.

please send the sample code.
Ves
Telerik team
 answered on 26 Jun 2009
11 answers
262 views
Hi,

Is there  away to call the BeginInsert() method on a child grid in a heirarchical grid view?  It works fine for me on the master, but I cannot find a way to make it apply to the child grid. 

Any input would be appreciated, I couldn't find any forum posts and the documentation isn't really clear on this.

Thanks,
Marty
Milan
Telerik team
 answered on 25 Jun 2009
1 answer
86 views
Hello,

How can I add a column and set DataMemberPath and DataFormatString properties programatically?

Regards,

Henrique
Milan
Telerik team
 answered on 25 Jun 2009
3 answers
118 views
I drag RadGridView to new WPF application and get the following error:

The type or namespace name 'Windows' does not exist in the namespace WpfApplicationTelerik' (are you missing an assembly reference?) ....WpfApplicationTelerik\Window1.xaml 6 26 WpfApplicationTelerik

What's wrong?
Milan
Telerik team
 answered on 23 Jun 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?