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
760
Google Chrome
posted

I have a datagrid with TemplateDataField and I have specified a Width of 20px on it. It contains an asp:Image. This works fine with Internet Explorer. However, in Google Chrome the column appear very small, showing only part of the icon in it.

On looking at the source the two browsers produce, I see that in IE it creates a <td> with a style having width of 20px. In Google Chrome the <td> has no style! and probably that is why it ignores the width and column appears smaller.

It would be really helpful if someone can suggest a way to resolve this annoying little problem.

Tahir

Parents Reply Children