UltraDataGridView icon indicating copy to clipboard operation
UltraDataGridView copied to clipboard

Clicking on date filter throws exception

Open sashoalm opened this issue 9 years ago • 0 comments

image

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();

sashoalm avatar Sep 21 '16 16:09 sashoalm