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
4110
Date Columns in UltraWebGrid
posted

I have a dynamically build UltraWebgrid from a sql dataset and I have two columns that are date fields. How can I set the date format to change the raw sql date from 6/17/2011 12:00:00 pm to 6/17/2011 programmatically? I'm thinking I will have to do it with a css class, but can't figure out how to programmatically set that column's css style to the modified css item, if that is the route to go. Thanks for your help!