e.InnerHTML Hyperlink error for MonthView
Hi,
I am having problems trying to get a link to work if a single event has to carry over to the next week (say if an event lasted 10 days). The HTML does not seem to recognise the link in this situation.
I am using code similar to the following
On BeforeEventRender event for Month View of Calendar
e.InnerHTML = "<a href='NewPage.aspx?id=" + e.Value + "'>MyLink</a>" + e.InnerHTML;
Thank you for your time and I look forward to your response,
Sandeep
Asked by Anonymous 3 years ago.