Hi, after updating Syncfusion from 18.4.0.44 to 19.2.0.44:
In my code, I have a Tabs component with (2) data grid tables. In my 'Group' tab, I have a dialog component that fires when deleting a record in the Group table.
However, I noticed that when I switch back and forth from 'Group' tab back to 'List' tab, the 'Group' dialog component's text is rendering without permission.
I have performed the issue in the video. As you can see the dialog's text is rendering below the table just as I switch tabs.
Hi,
I was able to reproduce it in a modified version of your sample. However, it is rare that it happens. I have the assumption that the issue occurs more frequently in my project because I have a greater load in the content of my Tabs, thus making the switch between Tabs slower and easier to catch the issue.
In the video, the issue occurs once at '30s'.
I have attached the modified sample project and video.
EDIT:
I have tested on my end, and I believe this issue occurs when I set the content of each Tab as a separate Razor Component. Let me know what you find on your end.
Attachment: SwitchingTabs_22943579.zip
Yes, it has been resolved. Thank you