Winform Scheduler ruler realtime update

1 Answer 23 Views
Scheduler and Reminder
PeterT
Top achievements
Rank 1
Iron
PeterT asked on 18 Feb 2024, 01:18 PM
Would it be possible to update the schduler ruler current time marker every 15 minutes. Can I have a timimg loop to refresh the update time.

1 Answer, 1 is accepted

Sort by
0
Nadya | Tech Support Engineer
Telerik team
answered on 20 Feb 2024, 12:29 PM

Hello, PeterT,

The RulerPrimitive draws the current time indicator when the element is painted.  We don't have a specific logic for refreshing the view at a certain time interval. The view is refreshed when you scroll the view for example. According to the provided information it seems that you want to implement a custom behavior by updating the scheduler view every 15 minutes. To do so you can use a timer to count the time and in the Tick event you can call the SchedulerElement.RefreshViewElement method.

I hope this helps. Please let me know if you have any other questions. 

Regards,
Nadya | Tech Support Engineer
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Scheduler and Reminder
Asked by
PeterT
Top achievements
Rank 1
Iron
Answers by
Nadya | Tech Support Engineer
Telerik team
Share this question
or