dhtmlxWindows - attachUrl and content overflow

Hello,



I am trying out dhtmlxwindows and when called a local page via ajax I don’t see scroll bars in the window



dhxWins.window(“testWin”).attachURL(“sysVersionHistory.asp”, true);



Please advise

Windows doens’t have scrollbars (they are hidden) so you shoud set them manually in attached content.

I am attaching table (contains grid and some other controls) to dhtmlxWindow. But I am not getting scrollbars, can help me to set scroll bars in window object?

The container that you attach to the window needs having overflow auto, 100% width and height. Try to attach this properties to the style of the container