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
960
Nullable column of datetime
posted

I have a property in a class which is nullable datetime.

When I bind that class to a grid, the cell is not a date picker and I have to enter dates by typing them in. 

Do I need to do something special to handle nullable types?

 

Thanks