adding anchor tag on Calendar navigation line in Asp.net

Hi,

Thank you very much for the excellent support u people are providing… please help me with one more change in my calendar.

I am using Asp.Net’s dll for creating calendar, that is

<div style="height:800px; width: 930px;"> <%=Me.Scheduler.Render()%> </div>

is there any way to add “Add a new event” as an anchor near the Navigation button on the top? or near the tabs of view “month, day, week” -near that?

please suggest… thank u for any help!.

Hi,
in current version you can’t do this using DHXScheduler,
so you can either attach this control dinamically(using js, scheduler container’s id is “scheduler_here”) or just move it to the right place using position:absolute