Tick Column

Issue #3 resolved
Amrullah created an issue

Create Tick Column. The cell editor will be checkbox but it is different with CheckBoxColumn. TickColumn will have the following specification:

  1. The column header has checkbox to tick or untick all row.
  2. The cell editor (checkbox) is always displayed regardless TableControl's mode.
  3. Only support two states: ticked or unticked
  4. It is skipped by TAB key press in EDIT or INSERT mode. ...

Any more ideas?

Comments (3)

  1. Amrullah reporter

    The specification:

    It is skipped by TAB key press in EDIT or INSERT mode.

    is not implemented because it is better to keep TableControl doesn't know about TickColumn

  2. Log in to comment