Bind sub object valur from JS Array via grid.parse method

Hi,
I have an js array something like that;
Customer
->Address
->Zipcode
how can i bind address and zip code in grid.
i try something like that but zipcode and address doesn’t render and there is no error.
mygrid.setHeader(“Customer,Address,Zipcode”);
mygrid.setColumnIds(“CustomerTitle,Customer.Address.Address,Customer.Address.Zipcode”);
Thanks

Please, check the available loading data formats for the dhtmlxGrid:
docs.dhtmlx.com/grid__data_formats.html