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.
I am trying to create a login dialog using the EjsDialog control, whilst I have the page developed the control does not expand vertically to show both of the EjsTextBox controls I have inserted into the form, could somebody help and advise what I am doing wrong please?
PMPandiyaraj Muniyandi Syncfusion Team January 2, 2020 03:49 AM
Hi Gary,
Greetings from Syncfusion support.
We have validated the reported issue from our end and it occurs, when the target element doesn’t have enough height. As per Dialog component behavior, we calculate and update the max-height based on the Target element. So, we suggest you add min-height for the target element to display a dialog with proper height as follows.
#target
{
min-height: 500px;
}
Could you please check the suggested solution and confirm whether it resolve your issue?
Regards, Pandiyaraj
GHGary HallJanuary 5, 2020 05:54 AM
Hello Pandiyaraj,
Yes setting a height on the target element works.
Thanks for your advice.
Cheers.
Gary.
PMPandiyaraj Muniyandi Syncfusion Team January 6, 2020 12:00 AM
Hi Gary,
Thanks for your update.
We glad to hear that the reported problem is resolved at your end. Kindly let us know, if you need further assistance on this.