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.
screen1 showing that dynamic component which is containing ejs-dialog is created on fly:
Dynamic component (html part):
browser console part which showing repeatedly adding ejs-dialog part:
Why i am trying this:
We required a confirmation box through out the application.So i am creating a component which contains ejs-dialog on fly using component resolver and destroying after
closing it.For any component other than dialog is removed from DOM ,or atleast not appending to DOM.
NPNarayanasamy Panneer Selvam Syncfusion Team August 7, 2019 02:05 AM UTC
Hi Goutham,
Greetings from Syncfusion support.
We have validated the issue with shared code block and we able to reproduce the reported issue. Dialog element not destroyed properly while use routing and dynamic component render approach and this information specified in our document.