Hi,
We have an aspx page (say Page1) that contains a user control to upload files (it is not RadUpload), and a RadWindow to display a confirmation box. This aspx page (Page1) is displayed on top of another page (parent) (say Page 2).
The issue seems to come intermittently, while trying to upload files of type .xlsm where Page1 just flickers but does not upload the file.
We have observed that if we move the RadWindow declaration down (below the usercontrol and other controls) on Page1, it does upload some of the .xlsm files then.
Not sure what exactly is happening here but could you please give any idea for this kind of behaviour?
We are just showing the RadWindow through javascript (i.e. find(radwindowname).show). It has a OnClientClose method and DestroyOnClose is set to 'false'.
Thanks & Regards,
Puneet
We have an aspx page (say Page1) that contains a user control to upload files (it is not RadUpload), and a RadWindow to display a confirmation box. This aspx page (Page1) is displayed on top of another page (parent) (say Page 2).
The issue seems to come intermittently, while trying to upload files of type .xlsm where Page1 just flickers but does not upload the file.
We have observed that if we move the RadWindow declaration down (below the usercontrol and other controls) on Page1, it does upload some of the .xlsm files then.
Not sure what exactly is happening here but could you please give any idea for this kind of behaviour?
We are just showing the RadWindow through javascript (i.e. find(radwindowname).show). It has a OnClientClose method and DestroyOnClose is set to 'false'.
Thanks & Regards,
Puneet