Hi Tonathiu,
Greetings from Syncfusion support.
most earliest date in the datasource
We have validated your above query at our end. We are unable to reproduce the issue at our end and it works as expected. We have prepared a sample for your reference. It can be available below. If you still faced the reported problem at your side, kindly share the below details to serve you better.
- Share a video demo illustrating the reported problem or
- Replicate the problem in the above sample or
- Share a sample illustrating the issue which would help us to proceed further.
control banner disappears
We have validated your above query at our end. You can avoid this problem on mobile mode with the help of the below code and the same available in the shared sample.
<ejs-schedule id="Schedule" ref="ScheduleObj" :height="scheduleHeight" :selectedDate="selectedDate" :eventSettings="eventSettings">
</ejs-schedule>
export default Vue.extend({
data: function() {
return {
scheduleHeight: window.innerHeight,
selectedDate: new Date(),
eventSettings: { dataSource: extend([], scheduleData, null, true) }
};
}
});
Kindly try the above sample and get back to us if you would require further assistance.
Regards,
Ravikumar Venkatesan