Posted on Jul 26, 2011 (permalink)
Reply
Posted on Jul 27, 2011 (permalink)
protected
void
RadMenu1_ItemClick(
object
sender, Telerik.Web.UI.RadMenuEventArgs e)
{
if
(e.Item.Text ==
"Break"
)
RadWindow rw =
new
RadWindow();
rw.Width = Unit.Pixel(260);
rw.Height = Unit.Pixel(300);
rw.NavigateUrl =
"Window.aspx"
;
rw.VisibleOnPageLoad =
true
RadWindowManager1.Windows.Add(rw);
}
<script type=
"text/javascript"
>
function
OnClientItemClicking(sender,eventArgs)
(eventArgs.get_item().get_text()==
"LunchBreak"
radopen(
null
,
"window.aspx"
);
return
false
</script>
Posted on Jul 29, 2011 (permalink)
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Posted on Jan 12, 2012 (permalink)
Hi, I had the same problem, I just altered the "VisibleOnPageLoad" and set it to "false" Works fine now
if (e.Item.Text == "New Single Instrucion")
RadWindow rw = new RadWindow();
rw.Width =
Unit.Pixel(260);
rw.Height =
Unit.Pixel(300);
"newwo.aspx";
false;
rw.Skin =
"Transparent";
Back to Top
[ ASP.NET Menu Features | Documentation | Demos | Telerik TV | Self-Paced Trainer | Step-by-step Tutorial ]
UI controls for ASP.NET AJAX, MVC, WPF, Silverlight, Windows Forms and Windows Phone. Visual Studio productivity tools. Reporting and data layer solutions.
HTML5 / JavaScript tools for Web and Mobile applications
Functional, Performance, Load and Mobile Software Testing
CMS, Mobile Web, Ecommerce, Emarketing, Social Media
Project management software inspired by Agile best practices
It seems you haven't bookmarked any pages. Fix that by clicking the button below