Show html in quick info pop-up

Hi, in my schedule dataSource array, I have been setting the event.Description to an HTML string so that my appointment can show meeting links in the quick info popup. This has been working, is that still supported?

I upgraded the following package and this stopped working:

"@syncfusion/ej2-schedule": "^21.2.6",

"@syncfusion/ej2-schedule": "^22.1.36",


My quick info popup now shows the html codes and not the html.


Image_1387_1692027900502


I am not using a custom template.

Thanks

--Andy



2 Replies 1 reply marked as answer

AN Andy August 14, 2023 03:52 PM UTC

I am using enableHtmlSanitizer ​ and that may be the problem ... I really want to use that option.



SR Swathi Ravi Syncfusion Team August 15, 2023 09:40 AM UTC

Hi Andy,


You can resolve your reported problem by setting false to the Scheduler’s enableHtmlSanitizer property, as shown in the below shared snippet.


Sample: https://stackblitz.com/edit/8jqpy8-ccvbbs?file=index.ts



Regards,

Swathi Ravi



Marked as answer
Loader.
Up arrow icon