This question is locked. New answers and comments are not allowed.
Hi,
With this code :
and in code behind :
The RadRating control is shown with 5 stars ... How can i disable it (using XAML) if DataContext = null ?
Thanks
Kacem
With this code :
<
telerik:RadRating
ItemsSource
=
"{Binding}"
Value
=
"{Binding}"
/>
DataContext =
null
;
The RadRating control is shown with 5 stars ... How can i disable it (using XAML) if DataContext = null ?
Thanks
Kacem