Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Sunchaser on Sep 17, 2009 06:25
open dhtmlx forum
Grid in tabbar / errors in IE.

Dear support,

I have a page in which grids where attached in cells of an accordion.Everything works fine.
I've tried to change the accordion to a tabbar, and attach each grid to a tab.
Now the page work only in Firefox and not in IE.

In IE the debugger is pointing to the code in dhtmlxGrid.js, strange ...

Is there anything particular to check ?

Thanks,
Vinc.
Answer posted by Alex (support) on Sep 17, 2009 08:35

Hello

locally the issue isn't reproduced. Grids are correctly attached to cells:

var grid = tabbar.cells(id).attachGrid();

Please, provide the sample where we can recreate the problem.

Answer posted by Sunchaser on Sep 17, 2009 09:17
Hi alex,
Thanks for your answer.
Maybe the problem is due to the following situation:
In fact, there should be in each tabs 2 grids organised in a table, something like this:

"
<table id="id_table">
<tr><td><div id="some_grid1" /></td><td><div id="some_grid2" /></td></tr>
</table>

"
and I don't call attachGrid() but setContent(...) with the Id of the table.

Answer posted by Sunchaser on Sep 17, 2009 15:29
I tried also attachObject, etc ... but the worse thing is that even with a code for only tabbar with nothing inside, I only have a blank page in IE (not in FF).But no errors.
Please notice that the original "test page" contains many others objects from DHX that are working fine.
Thanks.
vinc,
Answer posted by Alex (support) on Sep 18, 2009 06:57

Hello, 

please provide the complete demo where we can recreate the issue. It can be sent to support@dhtmlx.com