Hi,
i have an xamGrid which have the in the itemsSource a date column.
My problem is that null values are appearing "01/01/53"
is there a way to make them null?
regards
If the property used for the DateColumn is DateTime? (Nullable<DateTime>) and the value is null, the cell should look like the first cell in the NDateTime column in the screenshot below.
If your property is not nullable, the date will be displayed (like in the DateTime column above).
Regards