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
650
DateTime columns for databinding at Runtime
posted

I have a grid and at runtime I set the DataSource property to a DataTable.

When it binds, if the table has a DateTime column in it, it only shows the date. How can I get it to display the hours, minutes, seconds, milliseconds?

Thanks