Declined
Last Updated: 15 Sep 2015 13:42 by ADMIN
ADMIN
Boryana
Created on: 17 Dec 2012 03:54
Category: GridView
Type: Bug Report
1
FIX. RadGridView - excel-like filtering does not work with custom objects that implement IComparable<T>
If RadGridView is bound to custom objects that implement IComparable<T>, Excel-like filtering does not work. Currently, the issue can be avoided through implementing IComparable instead.
1 comment
ADMIN
Ivan Petrov
Posted on: 01 Jun 2015 14:38
IComparable<T> is used for comparing elements in generic collections. RadGridView is not a generic control and therefore cannot use the IComparable<T> interface. In order to control the grid sorting/filtering one must implement the non-generic IComparable interface.