Search
GridRenderer Class
Remarks See Also
 






Contains render methods for a grid control.

Namespace: MindFusion.DataViews
File: GridRenderer.js

 Syntax

JavaScript  Copy Code

// class
GridRenderer.prototype = {}

 Remarks

The GridRenderer class is used by the Grid control for drawing the control. The various member methods are called when properties of the grid are changed, most often after user action: sort, insert, delete etc.

 Inheritance Hierarchy

MindFusion.DataViews.GridRenderer

 See Also