Is it possible to add grid to window popup?
const editForm = new dhx.Grid(null, editFormConfig);
editForm.data.parse(targetProjectList);
editWindow.attach(editForm);
editWindow.show();
???
Is it possible to add grid to window popup?
const editForm = new dhx.Grid(null, editFormConfig);
editForm.data.parse(targetProjectList);
editWindow.attach(editForm);
editWindow.show();
???
Well, did you try your code?
It works well for me:
https://snippet.dhtmlx.com/xtjbp8qy
Could you please, clarify your issue?
It was fixed after checking Thank you