This question is locked. New answers and comments are not allowed.
Hello,
I am currently working on a project which uses both RadHtmlPlaceholder (Showing HTML/ASPX) and RadUpload (For user-selected files and drag and drop functionality). My current issue is keeping both of these items functional. The upload functionality using Telerik controls was only recently added, and the drag and drop functionality is a necessary part of the program. However, as our current use of the RadHtmlPlaceholder is highly integrated with HTML and ASPX, I cannot turn the windowless parameter off for the entire program and move everything over to the RadRichTextBox in an easy fashion.
I have viewed the demo which showcases the programmatic switching of the windowless parameter, however, I have been unable to programmatically turn the windowless parameter off. I have tried adding the parameter in the following section of the URL, and manually navigating, however, the windowless is still set to true, and dropped files simply open in IE, rather than be captured by the RadUpload Drop Panel.
https://mycomputername/?windowless=false#/mypagename?myparameters=myparamvalue
My question is this:
Is this the correct section of the URL in which to set the windowless parameter, and/or will this only work if I set this in the code to navigate, instead of manually changing the URL and navigating on my own to test this parameter?
Thank you for your time,
Jason Aldrich
Edit:
Question is no longer personally relevant, as the decision was made to instead open the HTML/ASPX pages in a new window and to turn the windowless parameter to false, due in part to some of the other drawbacks of windowless mode.