Disposes the current context menu.
Namespace: MindFusion.DataViews
File: Grid.js
SyntaxJavaScript
Copy Code
|
|---|
function disposeContextMenu () |
ExampleThe following code handles the rowUpdated event and disposes the active editor and context menu of the grid:
JavaScript
Copy Code
|
|---|
var dv = MindFusion.DataViews; grid.rowUpdated.addEventListener(onRowUpdated); function onRowUpdated(sender, args) |
See Also