Hi,
I need some help on an issue with the RadGridView.
In my grid I have a status column and some text columns.
The status column has a binding to an enum with 4 values and a cellstyle to get displayed a status image.
When I have the FilteringMode set to FilterRow and the filter field of the text column contains some text I get a System.FormatException while dragging the status column over this text column saying that the value from the filter field is not a valid value for the status column.
But why will try the grid to set filter values from one column to another?
Any suggestions how to get this fixed?
Many thanks for all tips.
Cheers,
Thomas