I'm binding the RadGrid from a collection of business objects. Some date/time properties, which are null in the database, are set to DateTime.MinValue. These display as 01/01/0001 12:00:00 AM in the grid. What's the recommended approach to displaying these as null value (i.e. no value displays in grid)?