Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1655
Null Date value in XamDataGrid
posted

Hi,

i am fetching the modified date for the records and displaying it in the grid. But, if the modified date is null then the date apperars as 01/01/0001. This is because the DateTime.Parse function will parse the null date returned from the database to 01/01/0001(MinDate). Finally i am binding the entire IList to the grid.

Is there any way or property in XamDataGrid where i can set the date column to null if the date is 01/01/0001?

Any other alternate way is highly appericiated. :)

 

Thanks & Regards,

Varun R