Categories | Question details Back To List | ||
Button display problem in dhtmlx grid( in firefox ) Hi, I have a grid. In the first column I have placed a button. here is the code <cell type="ro" ><![CDATA[<input type="button" value="test">]]></cell> In Internet explorer it shows button ok but in firefox the button show by this style [CDATA[BUTTON]] *here BUTTON is HTML button is there any solution? Answer posted by Support on Nov 12, 2008 02:35 How is data loaded in grid ? If you are storing XML data inside some HTML container on the page -it may be corrupted before loading in grid, which can cause result similar to one in your case. If data loaded directly in grid, then there must not be any problems, both IE and FF must render the same result. |