This question is locked. New answers and comments are not allowed.
Hi all, i have an issue related with the automatic sort/filter capabilities of the RadGridView control.
The problem is that i'm using a very complex type as the ItemSource of the grid... basically is a generic representation of a table as Dictionay<int, Dictionary<string, object>>, where "int" represents the index of the row, and then a dictionary to save the values of the columns indexed by the column name.
The data displays correctly using a conversor, but fails when ordering or filtering.
The question: Is possible to define a custom sort/filter function as a Conversor in the RadGridView, to resolve this?.
Any suggestion?.
Thx.
The problem is that i'm using a very complex type as the ItemSource of the grid... basically is a generic representation of a table as Dictionay<int, Dictionary<string, object>>, where "int" represents the index of the row, and then a dictionary to save the values of the columns indexed by the column name.
The data displays correctly using a conversor, but fails when ordering or filtering.
The question: Is possible to define a custom sort/filter function as a Conversor in the RadGridView, to resolve this?.
Any suggestion?.
Thx.