Dataview.load does not work

I have a dataview object attached to window and when i try to load data from the server using xml it does not displays anything but the callback function is fired.

I tried the example in the samples folder but it does not work too.

any solution?

P.S.

when i try to load data with javascript or via xml string it works great.

Additional info:

I am using version 3.6

In this case we need completed demo to check your code.
docs.dhtmlx.com/doku.php?id=othe … leted_demo

Here is the sample that comes with the dhtmlx suite package

In the samples folder there is a folder called demo and inside it an html page that is supposed to load the data from a xml file but without success.
dhtmlxDataView.zip (361 KB)

Now it is clear: you need to load this sample via any local server. Locally it loads correctly.