SMART datagrid v.1 > Concepts

Back  Forward

Concepts.Cell Renderers

Currently, data cell renderers being contained in the module are as below. type string is the value being used as "type" or GridStyles.renderer property when specify ValueColumn.renderer. It is also used in GridBase.registerCellRenderers or unregisterCellRenderers

Table-1  Data Cell Renderers
typeClassSummary
textTextCellRendererDisplay cell value only with text.
barBarCellRendererDisplay the ratio of minimum and maximum range of renderer property of cell value with the size of bar.
checkCheckCellRendererIf the value is corresponding to true, display check mark.
shapeShapeCellRendererDisplay the state of cell value with various shapes.
iconIconCellRendererDisplay the state of cell value by selecting from images of imageList which has been specified in the column.
imageImageCellRendererDisplay the state of cell value with images.
signalSignalBarCellRendererDisplay the state of cell value by dividing in several levels.
linkLinkCellRendererEnable the user to click the mouse to connect to external link, etc.
code39Code39CellRendererDisplay Alpha Numeric values in code39 barcode format.
code128Code128CellRendererDisplay Alpha Numeric values in code128 barcode format.
buttonButtonCellRendererDisplay image URL specified by the user in button shape.
See Also
ValueColumn.renderer
GridStyles.renderer
GridBase.registerCellRenderers
unregisterCellRenderers
Examples
Dynamic Cell Renderers