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
245
Unable to use DateTime style on column
posted

In the attached project I have a simple example where I have a DataSet containing a single DataTable which has a single DateTime column.

I then have an UltraGrid bound to this DataSet and the UltraGrid column Style is set to DateTime for the single column that exists. When I run the project and try and use the drop down button to edit the date & time I get:

"String was not recognized as a valid DateTime."

I cannot think of any reason why this may be. I have tried having the default value of the column set to DBNull or an existing date and time. This makes no difference.

Can anyone help?

 

DropDownDateTime.zip
Parents Reply Children
No Data