Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Ever on Jun 04, 2009 18:35
open dhtmlx forum
Unknown Runtime Error

I'm evaluating dhtmlXGrid and everything seems to work great on FF but I'm getting "Unknown Runtime Error" on IE even with the simple HTML table below:

<table name="mygrid2" class="dhtmlxGrid" imgpath="<html:rewrite module="" page="/js/imgs"/>" style="width:400px" lightnavigation="false">
<tr>
<td>Column 1</td>
<td>Column 2</td>
</tr>
<tr>
<td>value 11</td>
<td>value 12</td>
</tr>
<tr>
<td>value 21</td>
<td>value 22</td>
</tr>
</table>

Maybe building a grid from an HTML table doesn't work on IE? I'm on IE7 by the way.

Thanks,
Ever
Answer posted by Support on Jun 05, 2009 01:57
Init from HTML table must work in all version of IE - please check attached sample, it uses the same html code and works correctly. 

If issue still occurs - please provide any kind of sample or demo page where problem can be reconstructed ( you can send such info directly to support@dhtmlx.com
Attachments (1)
Answer posted by Ever on Jun 05, 2009 15:59

Thank you!  It does work.  It was something else on our page.  The simple table I had in my first post was on that page too but it wasn't the one causing the problem.  It was a <p> surrounding the <table> and that <p> was inside another (outer) table's <td>.  Apparently, that doesn't sit well at all with IE.

Thanks again,

Ever

Answer posted by Ever on Jun 05, 2009 17:12
Oh, I meant the combination of the <p> thing and dhtmlXGrid didn't sit well with IE.  Without dhtmlXGrid, everything's cool.  Anyway, thanks for the quick response and sorry about the false alarm.