Hello,
I've got a problem with GridView filter.
I'm creating the columns dynamically.
The colums are binding with a complex type i've created. So i'm using a converter in order to display a string into cells.
The column DataType is my custom type "MyType", which respect the implementation of IComparable.
Opening Filter is OK.
Select a value apply the filter, BUT all distinct values disappear.
Have you got an idea please ? Thanks a lot.
Mathieu
I've got a problem with GridView filter.
I'm creating the columns dynamically.
The colums are binding with a complex type i've created. So i'm using a converter in order to display a string into cells.
The column DataType is my custom type "MyType", which respect the implementation of IComparable.
Opening Filter is OK.
Select a value apply the filter, BUT all distinct values disappear.
Have you got an idea please ? Thanks a lot.
Mathieu
dataColumn.DataType = typeof(MyType);