Appointment drag indicator hour format
Hi,
When I`m dragging appointment in Timeline view there is an indicator showing which currently hour I`m dragging to. How can I change it to 24 hours format ?
SIGN IN To post a reply.
4 Replies
KA
Karthikraja Arumugam
Syncfusion Team
October 30, 2020 12:05 PM UTC
Hi Dominik,
Greetings from Syncfusion.
As of now, SfScheduler doesn’t have support to customize the time format of dragging time indicator. We have logged a feature request for the same. We will implement this feature in any of our upcoming release.
Thank you for requesting this feature and helping us to define it. We are always trying to make our products better and feature requests like yours are a key part of our product growth efforts. Now you can now track the current status of your request and contact us for any further inquiries through this link.
Feedback link: https://www.syncfusion.com/feedback/19316/support-to-customize-the-appearance-of-dragging-time-indicator
If you have any more specifications or suggestions to the feature request, you can add it as a comment in the portal and cast your vote to make it count.
Regards,
Karthik Raja A
EC
Eden Coy
November 7, 2020 02:04 AM UTC
Hi Dominik,
Greetings from Syncfusion.
As of now, SfScheduler doesn’t have support to customize the time format of dragging time indicator. We have logged a feature request for the same. We will implement this feature in any of our upcoming release.
Thank you for requesting this feature and helping us to define it. We are always trying to make our products better and feature requests like yours are a key part of our product growth efforts. Now you can now track the current status of your request and contact us for any further inquiries through this link.
Feedback link: https://www.syncfusion.com/feedback/19316/support-to-customize-the-appearance-of-dragging-time-indicator png to ico
If you have any more specifications or suggestions to the feature request, you can add it as a comment in the portal and cast your vote to make it count.
Regards,
Karthik Raja A
i got it, thank you for the explanation.
KA
Karthikraja Arumugam
Syncfusion Team
November 9, 2020 12:43 PM UTC
Hi Dominik,
Thank you for the update.
As we have said in earlier update, the requested feature will be implemented in any of our upcoming releases. We appreciate your patience until then.
Regards,
Karthik Raja A
KA
Karthikraja Arumugam
Syncfusion Team
February 1, 2021 12:37 PM UTC
Thank you for your patience.
We are glad to announce that our Essential Studio 2020 Volume 4 SP1 release v18.4.0.39 is rolled out with the support to change the format of dragging time indicator and is available for download (nuget.org).
Please refer the following code example to customize the format of dragging time indicator,
|
[C#]
this.scheduler.DragDropSettings.TimeIndicatorFormat = "HH mm";
[XAML]
<scheduler:SfScheduler x:Name="scheduler">
<scheduler:SfScheduler.DragDropSettings>
<scheduler:DragDropSettings TimeIndicatorFormat="HH mm"/>
</scheduler:SfScheduler.DragDropSettings>
</scheduler:SfScheduler>
|
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.
Regards,
Karthik Raja A
SIGN IN To post a reply.
- 4 Replies
- 3 Participants
-
DB Dominik Bojdo
- Oct 29, 2020 03:54 PM UTC
- Feb 1, 2021 12:37 PM UTC