Control.detach override.
Namespace: MindFusion.DataViews
File: Grid.js
SyntaxJavaScript
Copy Code
|
|---|
function detach () |
ExampleThe following code handles the windowClose event of a WindowHost and detaches a grid that is rendered in this window:
JavaScript
Copy Code
|
|---|
var u = MindFusion.Common.UI; window.windowClose.addEventListener(windowCloseEventHandler); function windowCloseEventHandler(sender, args) |
See Also