Is there a way to make files inside the FileExplorer show up in a separate browser window, rather than inside the Iframe window?
1 Answer, 1 is accepted
0
Dobromir
Telerik team
answered on 15 Jun 2010, 02:44 PM
Hi Ryan,
It is possible to modify the default behavior of the OpenFile functionality by assigning a handler to the OnClientFileOpen client-side event and cancel the default execution using set_cancel(true) method.
You can achieve the required functionality using the following code:
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.