Control.detach override.
Namespace: MindFusion.DataViews
File: Grid.js
JavaScript Copy Code |
---|
function detach () |
The 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) |