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
if one or more of the values in a TableViewCheckboxColumn or in TableViewDateColumn is null, the TableViewColumnHeader.PrepareFilterItems(string? _filtertext) throws:
System.InvalidOperationException: 'Failed to compare two elements in the array.'
A Date value of null is handsome, when I want to display '' instead of Date...MinValue.
The text was updated successfully, but these errors were encountered:
if one or more of the values in a
TableViewCheckboxColumn
or inTableViewDateColumn
is null, theTableViewColumnHeader.PrepareFilterItems(string? _filtertext)
throws:System.InvalidOperationException: 'Failed to compare two elements in the array.'
A Date value of null is handsome, when I want to display '' instead of
Date...MinValue
.The text was updated successfully, but these errors were encountered: