ReoGrid provides numerous cell types for display in spreadsheets. By utilizing cell types, various input and output functionalities can be achieved within worksheets. Additionally, creating custom extended cell types is straightforward.

Built-in Cell Types

ReoGrid offers the following cell types:

::gallery :gallery-item{img=“/docs/images/ja/ja44.png” desc=“Button”} :gallery-item{img=“/docs/images/ja/ja46.png” desc=“Checkbox”} :gallery-item{img=“/docs/images/ja/ja47.png” desc=“Radio Button”} :gallery-item{img=“/docs/images/ja/ja45.png” desc=“Hyperlink”} :gallery-item{img=“/docs/images/ja/ja48.png” desc=“Dropdown List”} :gallery-item{img=“/docs/images/ja/ja53h.png” desc=“Dropdown Date Picker”} :gallery-item{img=“/docs/images/ja/ja49.png” desc=“Image”} :gallery-item{img=“/docs/images/ja/ja52.png” desc=“ImageButton”} :gallery-item{img=“/docs/images/ja/ja50.png” desc=“Percent Progress”} :gallery-item{img=“/docs/images/ja/ja51.png” desc=“Negative Percent Progress”} ::

For more details, see Built-in Cell Types.

Custom Cell Types

ReoGrid provides a convenient interface for creating custom cell types. By creating a class that inherits from CellBody, you can display that class within a cell. Editing events and mouse and keyboard controls can also be easily implemented.

For more details, see Custom Cell Types.

Was this article helpful?