Version: dhtmlxSuite_v413_pro
I am trying to use the column count but am not getting anything. Are all methods loaded when attaching a grid to a layout without using the new dhtmlXGridObject()
mygrid = layout.cells(“a”).attachGrid();
Using any of the two methods brings no value for me.
var colNum = mygrid.getColumnCount();
var colNum = mygrid.getColumnsNum();