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 easily done.
Built-in Cell Types
ReoGrid offers the following cell types:
For more details, see Built-in Cell Types.
Custom Cell Types
ReoGrid provides a convenient interface for creating custom cell types. By specifying a class to inherit from CellBody, you can display that class within a cell. Moreover, editing events, and mouse and keyboard controls can be easily implemented.
For more details, see Custom Cell Types.