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

Automatically scrolling to event scheduled

Why are happend this? See the video

http://recordit.co/djzxarYCxb

Put the schedule control without Height(). When scroll down the screen and click to schedule, when finish if i try to scroll up, automatically the scroll go back when i scheduled the event.
Help me please.

3 Replies

KK Karthigeyan Krishnamurthi Syncfusion Team January 30, 2019 11:11 AM UTC

 
Thank you for contacting Syncfusion support. 
 
We are aware of the reported scrolling issue and the fix will be included in our weekly EJ2 release on February 11, 2019. In the meantime, kindly use the below workaround solution with in PopupOpen event to overcome the issue. 
 
@Html.EJS().Schedule("schedule").Width("100%").Height("550px").PopupOpen("onPopupOpen").Render() 
 
function onPopupOpen() { 
    var scheduleObj = document.getElementById("schedule").ej2_instances[0]; 
    scheduleObj.quickPopup.quickPopup.actionOnScroll = 'rePosition'; 
} 
 
Note: To replicate the scenario we have used the two Schedules in the above sample. 
 
Regards, 
Karthigeyan 
 
 
 



S_ S_Line January 30, 2019 11:53 AM UTC

Thank you very much for you answer! It working now!




KK Karthigeyan Krishnamurthi Syncfusion Team January 31, 2019 04:59 AM UTC

 
We are happy that our solution resolved your issue. 
 
Regards, 
Karthigeyan 


Loader.
Live Chat Icon For mobile
Up arrow icon