DomRenderer.invalidate override.
Namespace: MindFusion.DataViews
File: GridRenderer.js
SyntaxJavaScript
Copy Code
|
|---|
function invalidate () |
RemarksThe 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