This question is locked. New answers and comments are not allowed.
I'm trying to use a CompositeFilterDescriptor to filter the rows in my GridView. My rows consist of strings, a bool, and a DateTime. It works great if I take the DateTime out, but if I leave it in, I get a "No coercion operator is defined between types 'System.DateTime' and 'System.String'." error. Is there any way to use both strings and DateTimes in my GridView and a filter?
Thanks,
Michael
Thanks,
Michael