I have a fileExplorer that open files but what it does is open the files in a radwindow. Current the fileExplorer is in a Radwindow itself. Is there a way to force it to open the files in another IE tab.
<tr> <td><telerik:RadFileExplorer ID="radExplorer" runat="server" Width="400px" Height="200px" EnableOpenFile="true" DisplayUpFolderItem="false" EnableCreateNewFolder="false" AvailableFileListControls="Grid" ExplorerMode="Default"> <Configuration ViewPaths="~/PriorSvcUploads" /> </telerik:RadFileExplorer> </td> </tr>