This is a migrated thread and some comments may be shown as answers.

Rad Rating Control value

1 Answer 136 Views
Rating
This is a migrated thread and some comments may be shown as answers.
suresh
Top achievements
Rank 1
suresh asked on 10 Jun 2015, 06:17 PM

Hi,

 

I have one Rad Rating control like below

<telerik:RadRating ID="RadRating1" runat="server" Precision="Item" SelectionMode="Continuous" ItemCount="5">

now 5 starts displaying.if i select 3 rd star i want valu "3" using jquery.

can anyone send sample to me.

1 Answer, 1 is accepted

Sort by
0
Slav
Telerik team
answered on 15 Jun 2015, 03:00 PM
Hello Suresh,

If you want to get the current value of the RadRating control via JavaScript when you click on a star, you could use its client-side API for this purpose. More specifically, you can set a handler for the OnClientRated event (http://docs.telerik.com/devtools/aspnet-ajax/controls/rating/client-side-programming/events/onclientrated) and get the value as shown in the code sample in the linked help article.

I hope this helps. If this is not what you are after, please describe the desired functionality in greater detail so that I provide a more to the point answer.

Regards,
Slav
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Rating
Asked by
suresh
Top achievements
Rank 1
Answers by
Slav
Telerik team
Share this question
or