xhtml in when editing dhtmlxGrid

Hi,



I’m using dhtmlxGrid with PHP5 and MYSQL5.



I need to let xhtml tags possible when editing cells to have a xml valid content when registering data in database.

Is that possible ?

By default grid threat values as HTML, so you can use any XHTML compilant values.  ( please beware, that using not-valid XHTML scturctures as grid values can result in broken grid structure )
The values of GRID will be stored in DOM, so in case of IE the XHTML code which you enter can be updated by browser ( this behaviour can’t be controlled )