This question is locked. New answers and comments are not allowed.
The following xaml is generating an error "Specified cast is not Valid" in Q1 2014.
With Q1 2013 there was no error and everything executed correctly.
Is this yet another "Breaking change" in Q1 2014?
Rob
<
telerik:GridViewDataColumn
Header
=
"Note"
Width
=
"{Binding NoteColumnWidth, TargetNullValue='219', FallbackValue='219', Mode=OneWay}"
DataMemberBinding
=
"{Binding CustomerNotesMember}"
IsReadOnly
=
"True"
/>
With Q1 2013 there was no error and everything executed correctly.
Is this yet another "Breaking change" in Q1 2014?
Rob