Scroll bar not working

I have a dataview object inside a cell of a layout object.

I use a div html object with a background image as template.

I was expecting the scroll bar of the dataview to be enable when the cell of the layout isn’t big enough to show all items, but it is not.

I am using internet explorer 7

div template:

...................

Div Container:

JS Code:
var data = new dhtmlXDataView({
container: “contentDiv”,
select: false,
type: {
template: “html->data_template”,
height: 143,
width: 229
}
});

Hello,

Unfortunately we cannot reproduce this issue locally. Can you please provide complete demo where we can reproduce it? You can find tutorial how to create complete demo here docs.dhtmlx.com/doku.php?id=othe … leted_demo

Hi Olga,

attached is a demo with some sample data, as you can see there is not scrollbar in the dataview when I change the size of the window and the dataview items do not fix in the layout cell.
I am using IE7.

Thanks,

Isabel
Demo.zip (326 KB)

Try to attach data view to layout cell using attachDataView() method