Hello,
I have large page where radwindow opens upon the click on the control with in the page. The radwindow is set to autosize and heirarchial grid is loaded in window. As a result the grid autosizes. All is well but the on different button click on main page the rad windows moves around the page while resizing. The end user did not like it. They want window to be docked at the top of browser and and any resize done (only vertically) should expand from the top and window will remain docked at the top. That way it will give better user experience.
Is that possible?
I first tried owind.center() but it didnot work well as even with center the window was jumping around. When i set left coordinate 100 and top 0 it opens up file from the top if i set autosize = false.
I have large page where radwindow opens upon the click on the control with in the page. The radwindow is set to autosize and heirarchial grid is loaded in window. As a result the grid autosizes. All is well but the on different button click on main page the rad windows moves around the page while resizing. The end user did not like it. They want window to be docked at the top of browser and and any resize done (only vertically) should expand from the top and window will remain docked at the top. That way it will give better user experience.
Is that possible?
I first tried owind.center() but it didnot work well as even with center the window was jumping around. When i set left coordinate 100 and top 0 it opens up file from the top if i set autosize = false.