Height popup editor

Hi,

I have a schedule control in my app and the popup editor does not appear with the correct height:
 Good.

 Bad.
 Bad.
In Edit Serie:
 Bad.

I have to configure some parameter or property in the component?

The code html is :

<ejs-schedule #schedule height='300px' [(selectedDate)]="selectedDate" [(currentView)]="scheduleView" [eventSettings]="eventSettings"
firstDayOfWeek='1' >
<e-views>
<e-view option="Week"></e-view>
</e-views>
</ejs-schedule>

Regards.







4 Replies

NR Nevitha Ravi Syncfusion Team September 13, 2018 02:59 PM UTC

Hi Juan, 
We suspect that CSS might have been overridden in your application which could have caused the reported problem “improper popup window height ” and for the same we have prepared a sample for your reference with the shared code snippet which can be viewed from the following link. 
Kindly check the above sample and if the issue still persists, try to reproduce the issue in the above sample to proceed further on this. 
  
Regards, 
Nevitha. 
 



JU Juan September 13, 2018 04:22 PM UTC

Thanks for your quick response.
The problem I have when I put the ejs-schedule on a page inside router-outlet.
For example in "app.component.html":

<div>
<ejs-schedule #schedule height='300px' >
<e-views>
<e-view option="Week"></e-view>
</e-views>
</ejs-schedule>
</div>

<main [@fadeAnimation]="o.isActivated ? o.activatedRoute : ''">
<router-outlet #o="outlet" ></router-outlet>
</main>

On this page, it works well.
But if I put the same in "prueba.component.html":
<div>
<ejs-schedule #schedule height='300px' >
<e-views>
<e-view option="Week"></e-view>
</e-views>
</ejs-schedule>
</div>


It does not work. The popup without height appears.

I await your help.
Thank you.










JU Juan September 14, 2018 07:48 AM UTC

Thanks for your quick response, but it still does not work.
I send my code where you can prove my problem.



When I click on the schedule the popup has an incorrect minimum height.

I hope they can reprocess the problem and give me a solution.

Regards.












Attachment: test_889bde47.zip


VS Velmurugan S Syncfusion Team September 18, 2018 04:19 AM UTC

Hi Juan,  
  
We have created a new support incident under your account, please follow the incident for further assistance . Kindly  log on to our support website to check further updates on it  
  
  
Regards,  
Velmurugan 


Loader.
Up arrow icon