Hi Mehul,
Greetings from Syncfusion support..!
We have validated your requirement “Show anchor link in Agenda view and on clicking that link need to redirect” at our end. We let you know that you can achieve it with the help of scheduler eventTemplate. For the same, we have prepared a sample for your reference which can be viewed from following link.
App.component.html
<ejs-schedule
#schedule
height="650px"
[(selectedDate)]="selectedDate"
[eventSettings]="eventSettings"
[showQuickInfo]="false" // to prevent quickinfo popup on single click
>
<e-views>
<e-view option="Agenda">
<ng-template #eventTemplate let-data>
<div class="template-wrap">
<div class="subject">
</div>
</div>
</ng-template>
</e-view>
|
For more information about eventTemplate, please refer following documentation links.
Kindly try the above solution and get back to us if you need any further assistance.
Regards,
Praveenkumar