In ver 3.6 I have been using the window.getView() function to return a reference to a grid object:
var gridLeft = wLeft.getView().grid;
This gives “undefined is not a function” error in 4.1. Has getView() been removed in 4.1, or has the syntax changed?