problem with displaying the planning modal

Hello I use the schedule component for my schedule. when I click on a task at the bottom of the screen, the modal is displayed at the bottom of the screen, and only a part that is displayed.


How to fix this problem?


Thanks in advance


Attachment: 11111_65338333.zip

3 Replies

SR Swathi Ravi Syncfusion Team March 5, 2025 07:25 AM UTC

Hi Aitbouhou Adam,

Thanks for reaching out!

When using the quickInfoTemplate in scheduler, sometimes quickinfo popup does not shown fully at the bottom area of scheduler. You can resolve this by using cellClick and eventClick events. Refer the below shared UG for detailed reference.

Frequently asked questions in Angular Schedule component | Syncfusion

 

Regards,

Swathi



AA Aitbouhou Adam March 11, 2025 08:49 AM UTC

Hello 


this solution is not working, could you send me another solution ? 


Rhank you



SR Swathi Ravi Syncfusion Team March 12, 2025 08:15 AM UTC

Aitbouhou Adam,

 

You can resolve the issue where the "QuickInfo popup is not fully visible at the bottom area of the Scheduler" by setting a minimum height for the popup, as shown below.

 

.e-schedule .e-quick-popup-wrapper {

  min-height: 232px;

}

 

 

 


Sample: https://stackblitz.com/edit/angular-xtlauwx4-n6yxxwbz?file=src%2Fapp.component.css


Loader.
Up arrow icon