or
function
ContextMenuClicked(sender, args) {
window.open(args._node._properties._data.value,
'_blank');
}
This function get the value property of the treeview node where the URL is stored, but unfortuanetely this doesn't work because it is stopped by the IE popup blocker.
I suppose I could create a unique context menu for every single node - but there might be hundreds of nodes and I worry this would make things slow.
Please can you think of a way I can solve this problem?
Many thanks for your help
<div style="background-color:silver;height:300px;width:300px;padding:20px;"> <div style="position:absolute;height:200px;width:200pxcolor:white;"> Hello World </div></div>
When a Rad Window appears, the entire page reloads. That should not happen. This is happening for all Rad Windows
<telerik:RadTabStrip ID="RadTabStrip1" SelectedIndex="0" runat="server"
MultiPageID="RadMultiPage1" Orientation="VerticalLeft" ontabclick="RadTabStrip1_TabClick">
</telerik:RadTabStrip>
<telerik:RadMultiPage ID="RadMultiPage1" runat="server" SelectedIndex="0" Height="800" Width="800" >
<telerik:RadPageView ID="PageView1" runat="server">
</telerik:RadPageView>
</telerik:RadMultiPage>
