Telerik Forums
UI for WPF Forum
1 answer
33 views
How does one respond to the user (not a binding or background setting of the rating) setting a rating? I can't find any event that fires ONLY when the user selects a rating and I would have assumed this is a pretty standard requirement.
Petar Marchev
Telerik team
 answered on 21 Sep 2016
5 answers
103 views
Hello,

I am using your (Telerik) Bar_Rating_WPF custom control for bar graph style ratings. Everything displays well and the click action selects the proper rating bar. Where I am having difficulty is setting or getting a value. I don't see how I can set a datacontext?

FWIW I add the control at runtime:
Bar_Rating_WPF uctrl_ConfOpn = new Bar_Rating_WPF();
grd_ConfOpn.Children.Add(uctrl_ConfOpn);

I'm not going to put the whole source code for the Bar_Rating_WPF user control here as 1. it came from you (Telerik) and 2. it's quite lengthy.

Thank You
JB

Tina Stancheva
Telerik team
 answered on 30 May 2012
1 answer
33 views
I have a RadDropDownButton containing several controls. One of the controls is a RadRating button. When I click the RadRating button, the RadDropDownButton closes. This is the only control in the RadDropDownButton that exhibits this behavior and I am able to use the Rating control from the Toolkit with no issues, but would prefer to use the RadRating control.

Thanks, Paul
Viktor Tsvetkov
Telerik team
 answered on 19 Apr 2012
4 answers
136 views
Hello Telerik Team,

I have small doubt in wpf rating,
     How to bind rad rating? Bcoz i want to store the rated value in database.
our telerik version is 2010_2_0723_DEV.

Dan
Top achievements
Rank 1
 answered on 04 Apr 2012
1 answer
56 views
hi
        how many tab index  in rad rating?
bcoz i am inserting controls in xaml orderly. if i reach rating control  then press more times tab after that only goes another control?
i want if focus is in  rating after press tab it will goes next control? but i won't do  here why?

any suggession?
 
Petar Mladenov
Telerik team
 answered on 04 Jan 2011
1 answer
53 views
Hi
           i have one clarification.we are using telerik rad controls in our project.
My problem about tab index in radrating  control.
our layout design is having 25 fields.They are textbox,combobox,radiobuttons,etc...with only one radrating.
  3rd control is radrating in our layout..Here i am setting tab index in  starting 1 to 25 in orderly.

also set radrating  tabindex is 3.

i don't use mouse.working only tab.
if i put values in run time the tab will goes correctly.but finaly completed 25th field then CURSOR AGAIN COMES  Radrating  CONTROL.
That is my problem.here i want cursor in first field.

pls give me correct solution?
Petar Mladenov
Telerik team
 answered on 04 Jan 2011
1 answer
51 views

I put this control on a grid and it dramatically reduces the rendering speed of the grid.  It takes noticeably longer to scroll down.

Am I doing something wrong?

Here is what I have added to the Grid.

<telerik:GridViewDataColumn  DataMemberBinding="{Binding Path=Rating}" Header="Rating" MinWidth="60" Width="SizeToCells">
                       <telerik:GridViewColumn.CellTemplate>
                          <DataTemplate>
                             <telerikInput:RadRating Name="_leadRating"  Value="{Binding Path=Rating,Mode=TwoWay}" UseLayoutRounding="True">
                                <i:Interaction.Triggers>
                                   <i:EventTrigger EventName="ValueChanged">
                                      <cmd:EventToCommand Command="{Binding Path=DataContext.ChangeRatingCommand, RelativeSource={RelativeSource FindAncestor, AncestorType=UserControl, AncestorLevel=1}}" CommandParameter="{Binding}" />
                                   </i:EventTrigger>
                                </i:Interaction.Triggers>
                             </telerikInput:RadRating>
                          </DataTemplate>
                       </telerik:GridViewColumn.CellTemplate>
                    </telerik:GridViewDataColumn>

 

Viktor Tsvetkov
Telerik team
 answered on 14 Oct 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Dominik
Top achievements
Rank 1
Giuliano
Top achievements
Rank 1
Dominic
Top achievements
Rank 1
Glendys
Top achievements
Rank 1
Iron
NoobMaster
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Dominik
Top achievements
Rank 1
Giuliano
Top achievements
Rank 1
Dominic
Top achievements
Rank 1
Glendys
Top achievements
Rank 1
Iron
NoobMaster
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?