Declined
Last Updated: 12 Jul 2016 15:06 by ADMIN
Jhanzaib
Created on: 24 May 2013 08:15
Category: Window
Type: Feature Request
1
radwindow top right close not working on android
After added this code window close button stop working.

if we remove these three properties it works fine
        oWnd.SetWidth(width);
        oWnd.SetHeight(height);
        oWnd.center();


function openWin(url) {
        var oWnd = radopen(url, "RadWindow22");
        oWnd.SetWidth(width);
        oWnd.SetHeight(height);
        oWnd.center();
    }
1 comment
ADMIN
Rumen
Posted on: 12 Jul 2016 15:06
Please open a support ticket for this technical problem.