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.