Peter your dialog works great.
I wanted mine ‘on demand’ as it will be a data entry form
It’s now fixed. I added autoOpen:false then used the ‘show’ method. Works fine now.
$(“#dialog1”).jqxWindow({ height:400, width: 600,isModal:true, theme:’classic’, autoOpen:false});
$(‘#dialog1’).jqxWindow(‘show’);
AMOI I intend to use a jquery ‘theme roller’ theme for some parts of the application. Could this cause any issues ?
Ed.