The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
For each event shown on a calendar view I want to be able to show more than the Title, Times, Location. I would like to be able to add some of the custom fields we are adding like Phone# and Vehicle.
Thanks - I checked those out - the Preview window options don't seem to be working - they just get stuck on Loading...
It seems like those posts are for the editor window. I'm wanting to display more info in the Event card on the calendar.. IE the Blue boxes in the screen shot - I want to be able to display more text under the time in each event blue box. ie Customer Name, Vehicle etc
KKKarthigeyan Krishnamurthi Syncfusion Team April 29, 2019 09:46 PM
Hi Tony,
Thanks for your update.
Event height is based on its time range. For example it not possible to show all the field values(say 10) for 30 minutes range event. We recommend to use tooltip feature to show ‘n’ number of event field values like below.
Agreed, but for events with a long height.. say enough to display 3 of 10 items, is there a way to get those to show up?
VDVinitha Devi Murugan Syncfusion Team April 30, 2019 10:33 PM
Hi Tony,
Thanks for your update.
Yes, it’s possible to show the fields in event by making use ‘eventTemplate’ property. We have prepared the below sample for your reference, kindly refer it.