I put the Telerik Rating Control. Below is the Code:
<telerik:RadRating Value="{Binding Score}" ToolTipService.ToolTip="{Binding Score,Converter={StaticResource ScoreConverter}}"
Grid.Row="0" Grid.Column="1" Precision="Exact"/>
In the above i want the following thing
1) I need to remove the Mouse Over Effect.
2) I want to set the width of rating Control i.e Size of each star to be reduced.
3) I want a Tooltip.
Note: When I set the IsEnabled=False Property, then the ToolTip does not come.
Please give the Feedback ASAP.
<telerik:RadRating Value="{Binding Score}" ToolTipService.ToolTip="{Binding Score,Converter={StaticResource ScoreConverter}}"
Grid.Row="0" Grid.Column="1" Precision="Exact"/>
In the above i want the following thing
1) I need to remove the Mouse Over Effect.
2) I want to set the width of rating Control i.e Size of each star to be reduced.
3) I want a Tooltip.
Note: When I set the IsEnabled=False Property, then the ToolTip does not come.
Please give the Feedback ASAP.