We have checked the sample that you have attached and we are able to reproduce the above reported issue (“content not displayed in Dialog, when position absolute is set for the elements inside Dialog”), also have logged a report regarding this. A support incident to track the status of this defect has been created under your account. Please log on to our support website to check for further updates.
https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents
As a workaround solution to overcome this issue, please add the following CSS in your application.
[CSS] <style> .e-dialog .e-widget-content { overflow: auto; } #my-dialog { height: inherit !important; } </style> |
For your reference, we have reattached the sample with the above mentioned workaround solution, please check it.
Sample : Dialog Sample
Please let me know if you have any questions.
Regards,
HariKrishnan