We are using DHTMLX 4.0.3(ed) Professional and I was interested in using the new sidebar class vs 4.6.
The problem I’m having is when I attempt to attach the grid to the sidebar cell I get the following error:
mygrid = sidebar.cells(“all”).attachGrid();
Error: Object # has no method ‘attachGrid()’
When examing the sidebar in debugger it shows it as a window.dhtmlXSideBarCell and it does not have a function attachGrid or actually attach Anything in the loaded API. Is this a compatibility issue between the 4.3 and 4.6? Or am I doing something incorrect here? All the documentation for sidebar references the layout api or at least a good portion of it. Is layout required to be used with sidebar to attach components? I dont see that anywhere in the documentation.
Could you please provide us complete demo including all correspondnig js/css files?
Please also add information regarding current and expected behaviour.