Overview
In order to display items, you have to populate the RadRating control with some data. You can do this in four ways:
-
You just add new RadRating and it comes with its default 5 rating items [stars]
-
Set a value to the NumberOfItemsToGenerate property of the RadRating control
-
Manually, by adding items to the Items collection
-
With data binding, by using the ItemsSource property
In this section you will find:
-
Populating RadRating with the NumberOfItemsToGenerate property - shows an example of adding RadRating control and setting its NumberOfItemsToGenerate property
-
Populating RadRating declaratively - explains how to populate your RadRating control with some static data in XAML
-
Populating RadRating in the code-behind - explains how to populate your RadRating control with some static data in the code-behind
-
DataBinding Support Overview - here you will find information about the supported data sources and RadRadting's data binding basics