dhtmlx under sharepoint

Hi,

I try to run my page on sharepoint (in a iframe I suppose, I’m not the manager of this thing) but the new dhtmlXGridObject method give the error : Webpage error details

Message: Unable to set value of the property ‘innerHTML’: object is null or undefined
Line: 9
Char: 328
Code: 0
URI: /dhtmlxSuite_V_3.6/dhtmlxGrid/codebase/dhtmlxgrid.js

With the dhtmlXGridFromTable methode, everything runs fine;

Have you a explanation and a solution ?

thx

i think it’s a problem with the version IE on the server side

The container for your dhtmlxgrid object is not defined on the page.

For example:
mygrid = new dhtmlXGridObject(‘gridbox’);

>
- that “gridbox” is missing on your page

It’s not that,

I tested it whitout sharepoint and whitout and I received the same error

There is some reported issues under IE7 ?

dhtmlxgrid should work well in IE 6-11.

If issue still occurs for you, please, provide with any kind of sample of your code.