Recalculates grid's dimensions.
Namespace: MindFusion.DataViews
File: Grid.js
JavaScript Copy Code |
---|
function adjust () |
Use this method to recalculate the grid's dimensions after resizing.
The following code handles the resizeEnd event of a Window and adjusts the grid that is rendered in this Window:
JavaScript Copy Code |
---|
window.resizeEnd.addEventListener(windowEventHandler);
|