dojox.grid.Grid rows not displaying in IE

If the parent container of a dojox.grid.Grid has its style set to text-align:center the rows of the grid, in IE, won’t display their data. The data, of course, is still there and displays correct in everything else.

Code Snip:

   1:  <h2>Working</h2>
   2:         <div id="dojoxGrid" dojoType="dojox.Grid" jsId="dojoxGrid" structure="layout"></div>
   3:      <h2>Not Working (in IE)</h2>
   4:      <div style="text-align:center;">
   5:          <div id="dojoxGridError" dojoType="dojox.Grid" jsId="dojoxGridError" structure="layout"></div>
   6:      </div>

Demo: http://eric.polerecky.com/dojoGrid/

No related posts.

Tuesday, September 16th, 2008 CSS, Dojo, IE

2 Comments to dojox.grid.Grid rows not displaying in IE

  1. there is an open and closed bug for this in dojo trac…but it was closed due to not having a test case…

  2. Eric on September 16th, 2008
  3. grid = dijit.byId(“grid”);
    grid.setStore(storename);

    name
    name
    name

  4. Shaik Abdul Raheem on February 3rd, 2009

Leave a comment

Search