BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hello, I'm using the latest version of all Syncfusion Angular components, in particular the Scheduler 20.3.58 and everything else is working fine.
Drag-n-drop (move) events within the scheduler in the TimelineWorkWeek view doesn't even move the object but after release of mouse button I get an event even though the object is still in it's original place.
I've tried to remove timeScale and interval but no change. No customized CSS.
Any ideas on how to enable drag-n-drop in the TimelineWorkWeek
Hi Rolf,
We have checked on your shared codes and suspect the timeScale property for the TimelineWorkWeek was not set properly which might have caused the reported issue. Try the below sample and if the issue persists, replicate it in the sample.
Sample: https://stackblitz.com/edit/angular-jk5vs5?file=app.component.html
<e-views>
<e-view displayName="1 week" option="TimelineWorkWeek" [timeScale]="timeScaleOptions"></e-view>
</e-views>
Regards,
Ruksar Moosa Sait
Thank you! That solved the problem. I'm a bit umberrased. The strange thing with this is that the UI changed the timescale according to the variable but was not inserted as the variable.
Rolf, you're welcome! Since the timeScale property was set wrong, the Scheduler was rendering with that value which resulted in a strange UI. Please get back to us if you need any other assistance.