UltraDataGridView
UltraDataGridView copied to clipboard
Clicking on date filter throws exception

When clicking on the date combo filter, an exception is thrown - An unhandled exception of type 'System.FormatException' occurred in mscorlib.dll on this line - CheckListSort = CheckList.OrderBy(x => DateTime.Parse(x.valueString)).ToList();