Hi,
I am using a previous sample for my project:
https://www.syncfusion.com/downloads/support/forum/151748/ze/Sample1740479956.zip
It is a project which looks like the Room Scheduler:
I have some issues with my project:
1. I cannot see an appointment after I added it on the TimeLine Week view.
But the appointment is there because if you try to add another appointment in the same time slot the alert 'The event is already exist in the same slot' will popup (correct).
Also if you switch to other views like Week view the appointment will be displayed.
This issue is happening for al TimeLine views.
2. If you access the project from a mobile phone you can add two appointments on the same time slot (see the attached image). You can access it to
https://testare.anada.ro
3. Using the Week view, try to add an appointment for 12 March for example.
You will see the appointment displayed on 2 days (12 March and 13 March, see the attached image). This is because the hours for that appointment are between 12 March (10.30 am) to 13 March (10.30 am). This is wrong since the appointment is from 10.30 am to 20.30 .
The same wrong behaviour is if you are using Day view when you are adding an appointment.
4. For the other views (Month view, TimeLine Day, TimeLine Week and TimeLine Month) if you add an appointment the hours will be between 00:00 and 00:00 the same day (very confusing for the user). It should display the real hours.
5. If this project will be part to a bigger project (a page from a multi-page web application) which has a toolbar or a navigation bar, on a mobile phone with Android when you open the Editor window, the top part of the Editor window will be hidden by the toolbar. That was happening also with the quick popup window and was fixed with a workaround (see the support issue 151239 (QuickPop is hidden on the mobile display) ):
// To reduce the quick popup size in mobile mode
.e-quick-popup-wrapper.e-device {
height: 30% !important;
top: 30% !important;
}
If the Editor window is hidden you cannot save the edited appointment.
Thank you very much for your help.
Regards,
Mircea
Attachment:
Image_20200310_at_11.34.46.jpg_78e7f34c.zip