Hi Adrien,
Greetings from Syncfusion support..1
We have validated your reported query “set the horizontal position after rerendering to the position before rerendering?” at our end and let you know that you can achieve this requirement by enabling the scheduler’s enablePersistence property. We have prepared a sample for your reference which can be viewed from following link.
Index.js
|
var scheduleObj = new ej.schedule.Schedule({
height: '550px',
width: '100%',
currentView: 'TimelineMonth',
enablePersistence: true, |
For more information about scheduler’s persistence, please refer following UG documentation link.
Kindly try the above solution and let us if this meets your requirement.
Regards,
Praveenkumar