How get access to grid or to tree attached in layout in anot

Hello.



Tell, please, as it is possible to get access to grid or to tree attached in layout in another window?



For example:



parent.dhxWins.window (“1”).toolbar.setValue (“input1”, date, true); - works,



parent.dhxWins.window (“1”).dhxGrid.setSkin (“light”); - does not work.


Hello,


try to access grid as follows


parent.dhxGrid.setSkin (“light”);