[]
Represents a function that takes an ICellTemplateContext object and returns an HTML string to be used as content for a cell.
Alternatively, the function may modify the content of the cell element directly and return null to indicate the cell element should not be modified.
Represents a function that matches text against a search string.
Defines the FlexGrid control and associated classes.
The example below creates a FlexGrid control and binds it to a 'data' array. The grid has three columns, specified by explicitly populating the grid's FlexGrid.columns array.
Example