HTML <table><tr><td> instead of <DIV>
Hi,
looking to implement the grid as a HTML table
i.e.each row as <tr>, each 'cell' as <td>.
I know there is the obj.setTag() method, but not sure how to implement it. Do I need to call setTag a number of times i.e.
obj .setTag('<TABLE>')
obj .setTag('<TR>')
obj .setTag('<TD>')
to get the following structure:
<table>
<tr>
<td></td>
</tr>
</table>
I'm working off basic.htm in the examples provided with the download
looking to implement the grid as a HTML table
i.e.each row as <tr>, each 'cell' as <td>.
I know there is the obj.setTag() method, but not sure how to implement it. Do I need to call setTag a number of times i.e.
obj .setTag('<TABLE>')
obj .setTag('<TR>')
obj .setTag('<TD>')
to get the following structure:
<table>
<tr>
<td></td>
</tr>
</table>
I'm working off basic.htm in the examples provided with the download
Lar AIB
May 5,