Search
GridRenderer.onSort Method
See Also
 






DomRenderer.onSort override.

Namespace: MindFusion.DataViews
File: GridRenderer.js

 Syntax

JavaScript  Copy Code

function onSort ()

 Remarks

The GridRenderer of the Grid control calls the onSort method when the value of the sortedColumn property is changed.

 See Also