genpet
genpet

Reputation: 453

jqgrid display on chrome vs firefox

I am not sure if this is bug on chrome but my last td on the grid is not displaying properly. Below is screen shot if using FIREFOX

Firefox Display

While displaying on CHROME is just like this. The width settings is 80px. Temporarily I align it left to at least show the content.

{name:'act', index:'act', width:80, align:"left"}

enter image description here

Any experienced with this? my chrome version is 19.0.1084.56 m

Upvotes: 1

Views: 697

Answers (1)

AJ.
AJ.

Reputation: 16719

What version of jqGrid are you using? The team recently released version 4.4.0 which corrects some of the display bugs that were showing up in Chrome viz a viz Internet Explorer/Firefox. I upgraded and many of these display anomalies went away.

Upvotes: 2

Related Questions