Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Hello,

In my project the customer would like to have the possibility to adjust the interval size of the cells himself. I was able to fulfill this requirement. But this causes some bugs. The following screenshots were made with an interval size of 1440.

On the one hand the resources do not match the rows:

Resource_does_not_match_row.PNG

Furthermore, when opening the Popup with the +n more button, 

the CSS properties, top and left are set to 0,
for the following class "e-more-popup-wrapper e-lib e-popup e-control e-popup-open". 

Wrong.PNG

But this does not happen with all appointments e.g. 

Correct.PNG

shows everything correctly. 

For my project I need a div in the div container, where my scheduler component is located, but the behavior is even worse. It tries again to set the position to the very top left, so that left is even negative this time.

add_div.PNG


You can find this sample project in the attachment.


Regards,

Adrien