We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

What is wrong with my code?

Hi. I'm trying to use dialogs but somehow, it not showing my content. Am I missing something?


Attachment: syncdialog_b47af16e.zip

1 Reply

HP Harikrishnan P Syncfusion Team May 15, 2015 12:46 PM UTC

Hi Paulo,

Thanks for using Syncfusion products.

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


Loader.
Live Chat Icon For mobile
Up arrow icon