Telerik blogs

With the upcoming release Q3 of RadControls for Silverlight and WPF the RadRating will come with a new feature – the Precision property. The Precision property have three predefined values:

  • Item - you can rate with whole item (star)
  • Half - you can rate with half item (star)
  • Exact - you can rate with custom precision

Examples

Precision = Item (rate with whole item):

<telerik:RadRating Precision="Item" ToolTipService.ToolTip="{Binding RelativeSource={RelativeSource Self}, Path=Value}" />

rating

Precision = Half (rate with half item):

<telerik:RadRating Precision="Half" ToolTipService.ToolTip="{Binding RelativeSource={RelativeSource Self}, Path=Value}" />

rating(half)

Precision = Exact (rate with custom precision):

<telerik:RadRating Precision="Exact" ToolTipService.ToolTip="{Binding RelativeSource={RelativeSource Self}, Path=Value}" />

rating(custom)


About the Author

Kiril Stanoev

Hi, I'm Kiril and I'm the Product Manager of Telerik UI for Android, Windows Universal and Windows Phone. Feel free to ping me on +KirilStanoev or @KirilStanoev

Comments

Comments are disabled in preview mode.