Implement this method in a derived class to handle re-rendering of the grid control.
Namespace: MindFusion.DataViews
File: DomRenderer.js
SyntaxJavaScript
Copy Code
|
|---|
function invalidate () |
ExampleThe following code shows you how to implement a custom class that extends DomRenderer and implements the invalidate method:
JavaScript
Copy Code
|
|---|
class MyRenderer extends DomRenderer /** |
See Also