Our system uses 9:00AM to 9:00 AM times for its' definition of a Day.
Is data filter the likely candidate for letting me consume the date-picker's date and change it to 9:00 AM from 12:00:00 so that once the min-value test is performed it passes?
I'm talking about the column's minValue property not a manual validation.
Thanks
I don't think a DataFilter would work for you here, because that would change the actual underlying value of the cell, which you don't really want to do. Can't you set the MinValue on the column to a DateTime that includes the correct time?