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
225
Question on displaying data in the cell
posted

Hi,

  I have a cell that is suppose to display datetime. now it happens that sometimes that value is DateTime.MinValue. At the moment the grid displays it as 01/01/0001 but all i want is not to display it in this case. Is there a way to avoid displaying DateTime.MinValue? How can i set up my own converter if the binding is done automatically.

 

Thanks,

 Stefan