Search
GridRenderer.invalidate Method
See Also
 






DomRenderer.invalidate override.

Namespace: MindFusion.DataViews
File: GridRenderer.js

 Syntax

JavaScript  Copy Code

function invalidate ()

 Remarks

The invalidate method is called to repaint the grid visible area after an event has taken place, which requires the visible area to be repainted: scroll, delete, insert, edit etc.

 See Also