Special Characters in DHTML Grid

Hi dude…



How can we display the special characters like &,%,/ in the grid…



When I fetch the & from database and write in the XML… when its is loading it shows error message loadXML error



How can I solve this problem…





Thanks and regards

Udhaya

The & char need to be threated in special way ( this is not related to component, just rule of XML syntax )
You can
    a) escape it

       A & B

    b) use CDATA section