Hi,
When viewing the scheduler control on iPad (Safari) how do we get drag and drop to work? Although it is possible to drag the whole events section around when selected, how do we control this?
Thanks
Alex
Thanks for the suggestion and not sure if this intended but the scheduler control looks completely different? The list of resources has gone and you can only view them individually? This is not what is required, we want the scheduler to be exactly the same view just able to use drag and drop.
<SfSchedule @ref="ScheduleObj" TValue="AppointmentData" Width="100%" Height="650px" @bind-SelectedDate="@CurrentDate" @bind-CurrentView="@CurrentView">
<ScheduleGroup Resources="@GroupData" EnableCompactView="@EnableCompactView"></ScheduleGroup> .................................................. </SfSchedule> @code { private View CurrentView = View.Month;
public bool EnableCompactView = false; SfSchedule<AppointmentData> ScheduleObj; } |
Hi,
The scheduler still doesn't work as expected - it doesn't seem possible to use drag and drop on an ipad - can you confirm this should be possible?
Thanks,
Alex
Hi,
This is still not working. We have set the EnableCompactView to false but we are still getting the compact view,
Hi,
Thanks for this but the example provided is very different to our situation. The issue is the layout not the drag and drop operation. We have 30 resources displayed on the left hand side which when displayed in the mobile view only one resource is displayed at a time. When we switch to mobile view of the site we get only one resource displayed as shown in the 2 image below
As already mentioned, you have way too few resources in your example. If you look at the screenshots provided you can see we have 30 or so - you need to create with a comparable number of resources.
Hi,
Thanks for getting back to me.
As can be seen from the screenshot attached the scheduler UI is displaying a single resource when on the mobile view. Not sure what we can provide to help understand what is happening as it's your control? Are y