Grid does not display in Chrome

Does any one know why a grid will not display in chrome but displays in Firefox and IE?

The error points to somewhere around the code below in dhtmlxGrid.js line 33.

var r = this.xHdr.insertRow(0)

var c = r.insertCell(0);r.insertCell(1).innerHTML="      ";r.childNodes[1].style.width=‘100%’;r.childNodes[1].className=‘xhdr_last’;c.appendChild(this.hdr)

Unfortunately issue can’t be reconstructed locally.

If issue still occurs for you - please provide any kind of sample or demo link where it can be reconstructed.

I forgot to add that I am using Facelets. I am just wondering if the components work with Facelets in a chrome environment. I know they work in Firefox and IE.