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

<![CDATA[]]>

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?





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.