DHTMLX Docs & Samples Explorer
Table of Contents

Base Types

ro

It is a simple read only cell without edit possibility.

Variations:

  • ron - Read-only eXcell with formatting capabilities (see “edn” for details);
  • rotxt - Simple read-only cell without edit possibility that treats values as pure text, so no HTML is allowed and all special chars can be set without escaping.

ed

It is a simple single line editor.

Variations:

  • edn - Simple single line editor that allows specific formatting through grid.setNumberFormat;
  • edtxt - Simple single line editor that treats values as pure text, so no HTML is allowed and all special chars can be set without escaping.

txt

It is a simple multi-line editor (small textarea)

Variations:

  • txttxt - Simple multi-line editor (small textarea) that treats values as pure text, so no HTML is allowed and all special chars can be set without escaping.

ch

It is a Checkbox eXcell. Treats “1” as checked, “0” as not checked.

ra

It is a Radio button (column oriented).

Variations:

  • ra_str - row oriented radio button.

co

it is a simple combobox.

Variations:

  • coro - select box.