Hello Ian,
Please specify whether you want to use the Client-Side API or the Server-Side API of the RadRating control. To manage the rating control on the client, you can set its property
AutoPostBack to
false and use the methods, listed in
this help article in order to implement the desired logic. If the RadRating's
AutoPostBack property is set to
true, the control will initiate postback every time one of its items is clicked and you will be able to use its server-side events.
In case you want handle the RadRating on the server and to achieve dynamical functionality, you can AJAXify the control via RadAjaxManager, RadAjaxPanel or UpdatePanel. The following online demos show such setup:
- Rating / RadRating in RadGrid;
- Rating / First Look;
Greetings,
Slav
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license!
Book your seat now >>