Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Saurabh Goyal on Sep 14, 2009 16:13
open dhtmlx forum
dhtmlxGrid v.1.4 build 70813 Professional Edition

We are having the problem running the application developed using this build on Firefox 3 (3.5.2). We are building the Grid using the XML as follows:

<head>
<column width="0" type="ro" align="center">ID</column>
<column width="67" type="calendar" align="left">Receipt Date</column>
<column width="175" type="coro" align="left">Expense Type</column>
<column width="40" type="ed" align="right">Start Od.</column>
<column width="40" type="ed" align="right">End Od.</column>
<column width="170" type="coro" align="left">Customer Name</column>
<column width="65" type="ro" align="center">Weekend Date</column>' +
<column width="65" type="price" align="right">Amount</column>' +
<column width="54" type="ro" align="center">Status</column>' +
<settings>
<colwidth>px</colwidth>
</settings>
</head>

When we run the application on IE (7 & 8) or Firefox Version 2 .0 .n (2.0.0.18), Column 1 (ID) having 0 width is hidden and not visible on the web page, but when we run the same on the Firefox Version 3.0.n (3.5.2), this column is always visible, we don't want to show this column (treat it as hidden, as required the value for saving the record) to the user. If there is any way to get it fixed, will really be appreciated, as customer has to upgrade the browser on all client machines for some other softwares, which requires latest version of Firefox.

Thanks,
Saurabh
Answer posted by dhxSupport on Sep 15, 2009 09:36
This issue was fixed at the latest version of dhtmlxGrid (2.5). Please contact sales@dhtmlx.com to update your files.
Answer posted by Saurabh on Sep 15, 2009 09:41
AT this time  it's not possible to update the complete application with the latest version, due to complexity of the application. And if we will change the version of the dhtmlxGrid, we have to QA the complete application again in all browsers. We know, it's working in IE and Firefox 2, and only Firefox 3 has the issues. Is it somehow possible to get it resolved using the same?
Answer posted by dhxSupport on Sep 15, 2009 10:07
Can you please provide complete example where we can reproduce this issue including files from the 1.4 version? (You can send such example directly to the support@dhtmlx.com)
Answer posted by Saurabh on Sep 15, 2009 10:09
Thanks for the quick response, I already sent the same with example (screen shots) to support@dhtmlx.com today morning. If you need anything else, let me know.