Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Timoshechkin O/ on Oct 22, 2009 10:38
open dhtmlx forum
How get access to grid or to tree attached in layout in another window

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.
Answer posted by Alex (support) on Oct 23, 2009 01:20

Hello, 

try to access grid as follows

parent.dhxGrid.setSkin ("light");