This question is locked. New answers and comments are not allowed.
Hi,
I have an image column binded to an int and using converter to display an image. Everything works fine, sorting ok but it crashes app on grouping.
Error: System.Argument.Exception : At least one object must implement IComparable.
My Xaml below:
Thanks,
Inga
I have an image column binded to an int and using converter to display an image. Everything works fine, sorting ok but it crashes app on grouping.
Error: System.Argument.Exception : At least one object must implement IComparable.
My Xaml below:
<
telerik:GridViewImageColumn
Header
=
"Alert"
DataMemberBinding
=
"{Binding PriorityID,Converter={StaticResource AlertImageConverter}}"
ImageHeight
=
"10"
ImageWidth
=
"10"
GroupMemberPath
=
"PriorityID"
SortMemberPath
=
"PriorityID"
/>
Thanks,
Inga