Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
borderColorblack
bgColorlightgrey
Excerpt

 Show checkbox options when editing a cell.

Class

Column Type

Property

col.xyz.type = checkbox

Formal specification

col.xyz.type = checkbox

Required

no

Default


Version

1.0

Comment

You can have only one checkbox per column cell. The corresponding attribute in the gridtable has type 'bit'.

Example


Code Block
col.participant.type = checkbox 
col.participant.checked = Will be present 
col.participant.unchecked = Will not be present 


Reference

col.xyz.checked
col.xyz.unchecked