This question is locked. New answers and comments are not allowed.
I have a RadGridView with a column containing a RadRating control. The control initializes fine and displays the number of items. My problem is that the Value field is set to bind and the stars do not fill. I read something about the control using the number of items but that made no sense to me. I simply have a rating value of say 3 and want the thing to display 3 stars filled of the 5 stars displayed. Note that I am able to create a similar effect in asp.net.
Look at online demo for GridView control and instead of the TextBlock control I am using the RadRating control...
<telerik:RadRating Value="{Binding Rating}" />
Thanks for any help you can provide.
Look at online demo for GridView control and instead of the TextBlock control I am using the RadRating control...
<telerik:RadRating Value="{Binding Rating}" />
Thanks for any help you can provide.