G
Guest
Hello
I tried this issue a few days ago and no luck, so I am trying again. Basically I have a column in my datagrid that can be empty, null, at times. It works fine when it has actual date but if not shows 1/1/0001 instead of a nothing
The only solution so far was to change the type to string, but then again the sorting doesn't work propertly
So any idea how to deal with the column staying as datetime, and showing nothing when the value from db is null
btw. I am treating the case when the data from database is nul
Thanks in advance
Reza
I tried this issue a few days ago and no luck, so I am trying again. Basically I have a column in my datagrid that can be empty, null, at times. It works fine when it has actual date but if not shows 1/1/0001 instead of a nothing
The only solution so far was to change the type to string, but then again the sorting doesn't work propertly
So any idea how to deal with the column staying as datetime, and showing nothing when the value from db is null
btw. I am treating the case when the data from database is nul
Thanks in advance
Reza