Layout and Dataview

Hello,

We are trying to attach a dataview to a layout but have not been able to do so. Is there a way to do it?

Any help will be greatly appreciated.

Thanks!

Luis Esquivel

Hello,

make sure that dhtmlxdataview.js is included after dhtmlxcommon.js

dv = layout.cells(‘a’).attachDataView({
type:{
template:"#Package# : #Version#
#Maintainer#",
padding:5,
height:40
},
});
dv.load(“some.xml”);