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
260
Chrome Issue with Width on a WebDataGrid
posted

I am having an issue with the WebDataGrid not displaying columns correctly in Chrome. After some research it looks as though Chrome is ignoring width settings on tables unless you set "display:block;" in the style. I was able to manually set "display:block;" using Chromes in browser html editor and the table showed up properly. What would be the best way to set "display:block;" on the WebDataGrid control?