I'm trying to use the rating control in the ajax toolkit. I'm currently setting the currentrating to whatever the average rating is for that item. However, that means no one can pick that value. For example - if the current rating is 3, then no one will be able to select 3.
I found this post on stackoverflow asking the same question: Ajax control toolkit Rating Control- Override RatingBehavior.js
But i haven't had any luck getting that to work. I'm guessing because it's an old post, about 3 years old, and things have changed with the rating control since then.
So - anyone know how i can display the current rating and still allow that value to be submitted?
Thanks