search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

NavigateURL not opening in a new window

Asked by Gretchen Bren
11 years ago.

I am trying to get the NavigateURL command in the DayPilotMenu to open in a new window. My code is:

<DayPilot:DayPilotMenu ID="DayPilotMenu1" runat="server" CssClassPrefix="menu_">
<DayPilot:MenuItem Action="NavigateUrl" NavigateUrl="../Body/Calendar/events_edit.aspx?id={0}"
Text="More Information" NavigateUrlTarget="_blank" />
</DayPilot:DayPilotMenu>

The navigateURL opens, but in the same window as the page: I'd like it to open in a new tab/window.

Answer posted by Dan Letecky [DayPilot]
11 years ago.

There was a bug - it's now fixed in build 7.1.2716. You can download it in the sandbox:

http://www.daypilot.org/sandbox/

See also:

http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-7-2.html

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.