Telerik Forums
UI for WPF Forum
1 answer
118 views
I have a question about Telerik brushes.

I realize that the Telerik themes work for all Telerik WPF controls and 8 non-Telerik control types.

What I want to do is set some colors for other controls including our own custom controls to match the Telerik theme colors.
My question is this:
Is there a list available with the common brushes used in the themes so I can set my control resource dict to use those colors?
For example, previously we used Nukeation themes and I could use their brushes like WindowBackgroundBrush to make our stuff match their theme. To make (for example) a custom control background match the Nukeation theme, I merely needed to set its background to the WindowBackgroundBrush.

I looked at the Telerik Source code but there are billions of brushes defined in hundreds of XAML files so it is difficult to know what are the common brushes used.
Vanya Pavlova
Telerik team
 answered on 12 Apr 2011
1 answer
61 views
All the versions for 2011 Q1 are WPF 35 and framework 2.   When is 4 going to be available?
Maya
Telerik team
 answered on 12 Apr 2011
1 answer
60 views
Hi
Latest Version this Property working fine but

I have a Telerik.Controls.Navigation Version[2010.3.1110.40] in this not Support this Property


Can u give me a alternate way

Regards
S.SenthilNathan

Zarko
Telerik team
 answered on 12 Apr 2011
3 answers
58 views
Hi

I am using 12 Rad TileView Item So I click the 12th TileView Item to Maximize  then minimize  that tileview move to First item but I want Maintain 12 th item

Regards
S.SenthilNathan
Zarko
Telerik team
 answered on 12 Apr 2011
9 answers
841 views
Hi Telerik,

It's perfectly possible that my issue is due to not understanding the focus topic, but the general WPF examples I find do not seem to work for me with RadDocking.

Goal / What I try to achieve:
- I wish to be able to double-click a row in a RadGridView, which is inside a RadPane.
- When double-clicking, I wish to open another RadPane, potentially one that's already open and focus a specific control (RadMaskedTextBox) inside the new RadPane.

(Our inspiration is the Error List in Visual Studio - our goal is exactly the same, directing the user to be able to edit a specific, problematic value).

Problem:
The control is not focused, rather the initial window is focused.

What I do:
I use Keyboard.Focus() to focus the RadPane
I use Keyboard.Focus() to focus the specific control.
It's done after the control is loaded and the specific control has .Focusable==.IsVisible==true
Result: System.Windows.Input.Keyboard.FocusedElement shows the desired control.
So far so good!
In the eventhandler OnRowActivated I set e.Handled = true

But when I exit the eventhandler OnRowActivated (that is: after debugging, the app is running again), the Error window has focus, not the one I just gave focus to.

So do my Telerik controls 'draw back' the focus as part of wrapping up the OnRowActivated event handler, or do you have some ideas on what to try out?

Thanks,

Anders, Denmark
George
Telerik team
 answered on 12 Apr 2011
3 answers
149 views
I have a Tab control that can show multiple tab items. In one of tab item say tab A, there's a RadGridView which contains large data (> 400 rows). Each time I close another tab say tab B, and leave tab A as the current selected tab, the closing of tab B is very slow which isn't that slow when tab A isn't in the tab strips.

I know RadGridView has UI virtulization by default, I set both EnabledRowVirtulization and EnabledColumnVirtulization to false and this didn't help

any idea?
james
Vlad
Telerik team
 answered on 12 Apr 2011
1 answer
74 views
I have a RadGridView that is using a GridViewDataColumn, CellTemplate, and some DataTemplates to display an appropriate editor based on the type of data in the current row. I also have a GridViewComboBoxColumn on the same row.
My first question is if it's possible to change the combobox to behave more like a "vanilla" WPF combobox - always displaying the selection arrow and requiring only a single click to edit the contents?
My second question is I how I cause the combobox to accept it's current value when the user clicks in the GridViewDataColumn. If it's a standard GridViewDataColumn the behavior is what I would expect (clicking in the cell will change the underlying data for the combobox) but if I use a CellTemplate to display a different editor that behavior is lost.

EDIT: The sort of behavior I'm trying to mimic is best described with the classes below. Imagine having an ObservableCollection<Player> that you wanted to display in a GridView. For Pitchers you want to show an editor for the RunAverage, for Batters you want to show BattingAverage, and for regular Players you want to show the Salary.
public class Player
{
   public string Name {get;set;}
   public int JersyNumber {get;set;}
   public Currency Salary {get;set;}
}

public class Pitcher : Player
{
   public decimal RunAverage {get;set;}
}
public class Batter : Player
{
   public decimal BattingAverage{get;set;}
}
Vlad
Telerik team
 answered on 12 Apr 2011
7 answers
292 views
I woud need read only ScheduleView, but there isn´t property IsReadOnly in RadScheduleView. Read-Only property is not supported in RadScheduleView? Or is it possible to do somehow RadScheduleView read only?
Hamza
Top achievements
Rank 1
 answered on 11 Apr 2011
1 answer
84 views
Hi Telerik Support,

It's Ric Yik, we are using RadColorPicker for WPF.

I have 2 questions here:

  1. We would like to know how can we know if the user has selected the NoColor Field?
    We will detect if the user has chosen NoColor such that some specific logic will be applied.
  2. How to set the default NoColor?

Thanks
Ric Yik
Petar Mladenov
Telerik team
 answered on 11 Apr 2011
1 answer
92 views
Hi,

      I created the radContextMenu as the Custom control and add the reference components to my Applications.
 create the alias name for in my page and Access the Contextmenu inside the RadGridView. But it could work.
Can you pls help me solve this issue?
George
Telerik team
 answered on 11 Apr 2011
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?