You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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();
When clicking on the date combo filter, an exception is thrown -
An unhandled exception of type 'System.FormatException' occurred in mscorlib.dllon this line -CheckListSort = CheckList.OrderBy(x => DateTime.Parse(x.valueString)).ToList();