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
Any suggestions?