html checkbox in the xml table Version 2
I want to display the html checkbox in the grid , I changed the v2.0 example ,
companies-simple.xml:
<companies>
<company>
<ticker><input type='checkbox' name='selectedCorp' value='MSFT' /></ticker>
<name tooltip="JOHNSON,YOLANDA NMN">Microsoft Corporation</name>
<mktcap>314,571.156</mktcap>
<sales>32,187.000</sales>
<employees>55000</employees>
</company>
</companies>
when I run the xml-simple.html , the grid just display the html source code , it doesn't parse the html and display as a checkbox
companies-simple.xml:
<companies>
<company>
<ticker><input type='checkbox' name='selectedCorp' value='MSFT' /></ticker>
<name tooltip="JOHNSON,YOLANDA NMN">Microsoft Corporation</name>
<mktcap>314,571.156</mktcap>
<sales>32,187.000</sales>
<employees>55000</employees>
</company>
</companies>
when I run the xml-simple.html , the grid just display the html source code , it doesn't parse the html and display as a checkbox
Marcus Liu
January 12,