Toolbar on click does not work

Hello
I just adjusted the WebAppsToday.zip (Contact Manager) into a 4H layout which has been created by designer.

Now, I can not Add and Delete records from grid. After click on Add and Delete icon i can not get the popWindows. What should I adjust?
The toolbar is defined within a…

var panel_2 = accordion_1.addItem(‘panel_2’,‘Übersicht’);
panel_2.setHeight(‘600’);

var contactForm = panel_2.attachForm();
contactForm.loadStruct(“xml/form.xml”);
contactsGrid.attachEvent(“onRowSelect”, function(rID,cInd){
contactForm.load("./xml/contact_details.php?id="+rID);
})
could you please advice?
Thanks

Hello
Could you attach your full html file?

Hello
Thanks for your advise.

Thanks
index.zip (2.11 KB)

As you work with our demonstration example - send to us completed demo, plese.
docs.dhtmlx.com/doku.php?id=othe … leted_demo
The provided data are insufficient for the help.