or
<telerik:RadWindowManager ID="RadWindowManager1" runat="server" ShowContentDuringLoad="false" Width="638px" Height="323px" Top="80px" Left="80px" VisibleStatusbar="False" BorderStyle="None" BorderWidth="1px" InitialBehaviors="Close, Move" Animation="None" Behaviors="Close, Move" EnableViewState="false" InitialBehavior="Close"> </telerik:RadWindowManager>//Show RadWindow withfunction ShowWindow(Document) { //Popup Window top.radopen(Document, "RadWindow1"); //Window within the Iframe //window.radopen(Document, "RadWindow1"); return false;}
With the RadFileExplorer, we are seeking a way to multi select files, click a context item, then fire a client side event with the itemPaths for the selected files.
I can add a RadMenuItem to the context menu, and fire an event client side event. However it only fires once, and passes in the first selected file itemPath.
Thanks
-Matt