Using getView()

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?

Hi
Now it is named getViewName()
docs.dhtmlx.com/api__link__dhtml … wname.html

Thanks - I missed that one. :blush:

You are welcome :slight_smile: