BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
ShowNonWorkingHours="True" IsHighLightWorkingHours="True" ScheduleType="Week" AppointmentTooltipVisibility="Visible" TimeInterval="ThirtyMin"> <syncfusion:SfSchedule.AppointmentMapping> <syncfusion:ScheduleAppointmentMapping AppointmentBackgroundMapping="CategoryColor" AllDayMapping="IsAllDay" SubjectMapping="Title" StartTimeMapping="StartDateTimeValue" EndTimeMapping="DueDateTimeValue"> </syncfusion:ScheduleAppointmentMapping> </syncfusion:SfSchedule.AppointmentMapping> <syncfusion:SfSchedule.AppointmentTooltipTemplate> <DataTemplate> <Border BorderBrush="Black" BorderThickness="1"> <Grid Background="Bisque"> <Grid.RowDefinitions> <RowDefinition/> <RowDefinition/> <RowDefinition/> </Grid.RowDefinitions> <TextBlock FontSize="16" Foreground="White" VerticalAlignment="Center" Padding="10 0" Text="{Binding Subject}" Grid.Row="0"/> <TextBlock FontSize="16" FontWeight="Bold" FontStyle="Italic" Padding="10 0" Text="Notes: " Grid.Row="1"/> <TextBlock FontSize="16" Margin="20 5" Text="{Binding Note}" Grid.Row="2"/> </Grid> </Border> </DataTemplate> </syncfusion:SfSchedule.AppointmentTooltipTemplate> </syncfusion:SfSchedule>
Awaiting reply,Thanks,Vinod
Hi Vinod,
Thanks for using Syncfusion products.
Based on the provided information we suspect that since the value of “Notes”
property is null the displayed value in Appointment Tooltip should be empty, in
order to bind the value in AppointmentTooltipTemplate you have to set the value
to that property.
For your reference we have prepared a simple sample for the same, in that
sample we have mapped the value of NoteMapping property to “NotesMapping” so
the AppointmentTooltipTemplate binding takes the NoteMapping property value to “Notes”.
Please find sample in the below attachment.
Please let us know, if you have any concerns.
Regards,
Jeyasri M