Hello Lupotana,
Even though the solution is on the client-side, it should work just fine with a RadRating control that is set to autopostback, because the client-side event handler will be called just before the page is being sent to the server.
Still if you wish to completely escape the client-side code, then you will need to have a way to persist the old value of the RadRating control on the server side and in the
OnRate event handler you need to make the same checks and assignments as in the client-side approach.
Hope this helps.
Greetings,
Niko
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now