I want to add a column to a table control, and I
want the column to appear as a checkbox. The
syntax example from your website is as follows:
Column
"Description" size=30 name="descr"
position=5 -readonly
The
syntax just adds a column. It can be made read only or input
enabled. But how do I make the column a checkbox? Please help me
in achieving this requirement.
|