Posted 3 January 2019, 2:57 am EST
Hi Team,
We have been planning to migrate to 5.20182.524 with Angularjs(1.7.3), but noticed our existing wj-flex-grid (was working with 5.20173.409) stopped working, after debugging noticed control property on the gird is undefined. Here is the sample Flex Grid:
<wj-flex-grid items-source="ctrl.data"
control="ctrl.control"
selection-mode="CellRange"
sorting-column="ctrl.sortingColumn(e)"
beginning-edit="ctrl.beginCellEdit(e)"
cell-edit-ended="ctrl.cellEditEnded(e)"
resized-column="ctrl.resizedColumn(e)"
resizing-column="ctrl.resizingColumn(e)"
allow-dragging="0"
item-formatter="ctrl.itemFormatter"
auto-generate-columns="false">
</wj-flex-grid>
We also tried adding "initialize=“ctrl.intiGrid(s,e)”, in which we were setting ctrl.control = s, but, even, that did not help us.
As part of migrating from 2017 version to 2018 version do we need to do any changes to the above grid. Thank you!
