Hi, I trying loading chekbox from xml file as show in below code, but don`t work only show for second column “a” this is possible ?
Thanks…
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
1
JORGE LUIS ARZUAGA SALAZAR
a
You can use inline HTML, just wrap it in CDATA section and use some column without formatting ( such as “ro” )
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
1
JORGE LUIS ARZUAGA SALAZAR
<![CDATA[a]]>
Thanks…!