This question is locked. New answers and comments are not allowed.
When i add a Rating control to my page, the page loads for a couple seconds and then the designer window throws a NullReferenceException. If i comment out the Rating control the designer comes back without the error. Is my code below missing something?
And i am including the correct XAML namespace for the control.<Telerik:RadRating x:Name="AuthorRating"IsReadOnly="True"Value="{Binding Rating}"><Telerik:RadRatingItem/><Telerik:RadRatingItem/><Telerik:RadRatingItem/><Telerik:RadRatingItem/><Telerik:RadRatingItem/></Telerik:RadRating>