Custom Item Renderers:

 

Similar to its Adobe SDK counterpart, Flexicious Ultimate supports fully customizable item renderers. This is implemented via the itemRenderer property. The item renderer can be anything, and if it has a data property, it is set to the row data associated with the row info object of the cell.

 

In this example, we also demonstrate a nice feature of Flexicious Ulitmate, which is custom hoverovers. You basically call the showToolTip method on the grid, passing in the UIComponent that you wish to position the tooltip relative to, an instance of the tooltip component, as well as the data object that gets passed in to the custom component. This makes the grid position the UI component right next to the relative component based on screen visible area, and remove it when the user moves their mouse out.