Categories | Question details Back To List | ||
Not working in IE.
Hi, I am using dhtmlxGrid_v14_Pro_70813 version,
Following problems are occurring in IE6.0 version and everything works fine in FF,
Q) My grid have one column type ch (checkbox), in IE 6.0 when I clicked on checkbox it does not appear as CHECKED, so I tried your sample on same browser it also doesn’t work.
(Your sample link that not work in IE6.0)
http://www.scbr.com/docs/products/dhtmlxGrid/samples/excell_grid.html
Q) Double clicked on header text which is a div element having double click event, I am appending a text box in header not working in IE6.0
but working in IE7.0 and FF. Using following code to append textbox in header,
var Obj = document.getElementById(“divElementID”);
innerHtmlTxt='’
Obj.innerHTML = innerHtmlTxt;
How can I get these work in IE 6.0?
Thanks in advance.
Answer posted on Oct 22, 2007 08:03 The code which you provide seems correct, I think problem caused by some other code related to this one If problem still occurs for you - please provide any kind of sample where problem can be reconstructed. Answer posted on Oct 22, 2007 09:25 Hi again, what about first question," check box not getting CHECKED in IE6.0?" Thanks |