We created the follow RadWindowManager
and, on Page_Load we create the RadWindow components:
the page contains a DIV element as restricted zone for the windows:
but, when we look at the rendered HTML (using FireBug extension), whe found:
So, when we resize the browser window, the RadWindows still fixed, but, as a DIV element the 'expected' behaviour was: the RadWindow moves with the DIV (id="janelas") because, we expected that the RadWindows render was insed of restricted zone element.
Can we render the RadWindows inside the DIV[id="jalelas"] element ?
Thanks in advance,
André