How to get the layout-cell from it's attached objects

Hi,

  1. Is there a way go the the layout cell from a toolbar, grid or any other object that was attached to it?

E.G.
var myGrid = dhxLayout.cells(“a”).attachGrid();
var gridCell = myGrid.SOMETHING() // This SOMTHING is what I’m looking for

  1. Is there a way to the the attached objects from a layout cell?

Thanks!

Hi,

probably you meant methods that allows to get layout cell where the grid is attached by grid object and vice versa.

No, there are not such public methods.