Hi
I've one question about the radGridView:
I want to bind a list of object (where I have an Enum property called Status) to my radGridView.
the problem is when I try to update a row I have an exception when I update the property Status, and I have the same problem when I try to set the related filter.
One solution was to create a custom Column and a Custom filter and then my grid work fine, and then I have to define the binding by myself.
My question is : when I set the grid DataSource by code and without define the mapping (cells definitions) It is possible to use automatically this custom column (and filter) when the column source is an Enum?
Then, if I have to class (ClassA, ClassB) with an Enum Property and if I try to set the Grid DataSource with a List of ClassA or ClassB, my grid detect my Enum property and use the custom column.
Thanks for your response