AJAX Calendar/Scheduling Controls
Hi,
please tell me where should i include that <SPAN> in my code
if i include <SPAN > inside DayPilot:DayPilotMenu > am getting error
DayPilot:DayPilotMenu ID="contextMenuOnFreeTimeRange" ShowMenuTitle="false" runat="server" MenuBackColor="#FFE0C0" MenuItemColor="#FF8000" MenuTitle=""
DayPilot:MenuItem Text="New" Action="JavaScript" ToolTip="New Event" JavaScript="return onNewEventClick(e)" DayPilot:DayPilotMenu
It believe encoding the < and > using < and > should work.
You could also add the menu items in the code behind (e.g. in Page_Load method).
DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java