This is a migrated thread and some comments may be shown as answers.

Move event title while scrolling

4 Answers 44 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Materovich
Top achievements
Rank 1
Veteran
Materovich asked on 31 Aug 2020, 09:09 AM

Hi,

 

I would like to know if there is a way to move an event scheduler title while we are scrolling to left and right. 

 

Thanks in advance. 

4 Answers, 1 is accepted

Sort by
0
Ivan
Telerik team
answered on 02 Sep 2020, 07:21 AM

Hi Materovich,

Unfortunately we don't offer such functionality out of the box, since it would bring up many complications in the most of UI workflows.

Such feature would not work on event hover event, else the tooltip will close when meets another event, while scrolling. We can control popup in a such way that it stays by the pointer, but it also brings complications with other features like event context menu. If that the desired feature, we might help you suit it to your app.

 

Regards,
Ivan
Progress Telerik

Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive , special prizes and more, for FREE?! Register now for DevReach 2.0(20).

0
Materovich
Top achievements
Rank 1
Veteran
answered on 03 Sep 2020, 12:17 PM

Hi Ivan,

 

thanks for your answer. I understand that what I asked for maybe is a bit complicated to implement. And yes, the tooltip would help to fix that.

I think that your answer in this post resolved a problem that I posted in other post. → https://www.telerik.com/forums/display-tooltip-in-mouse-position

With this popup, I think I can display the information that I need to differentiate the events between them. 

0
Materovich
Top achievements
Rank 1
Veteran
answered on 03 Sep 2020, 02:18 PM

Hi Ivan,

I implemented your solution and works perfect. What I don't know is how to pass the event information to the template in order to display it.

Could you help me with that, please?

Thanks

0
Elena
Telerik team
answered on 07 Sep 2020, 07:41 AM

Hi Materovich,

The desired functionality can be achieved by passing templates for customizing the rendering of the events with the usage of the kendoSchedulerEventTemplate directive. This way, we have an access through the template context of any event, which is associated with an item. This will allow to pass the event data to the popup template and display it as a content information which is describing the hovered event.

I have prepared a runnable Stackblitz example to showcase this functionality.

Please, let me know if I could be of a further assistance.

Regards,
Elena
Progress Telerik

Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive , special prizes and more, for FREE?! Register now for DevReach 2.0(20).

Tags
Scheduler
Asked by
Materovich
Top achievements
Rank 1
Veteran
Answers by
Ivan
Telerik team
Materovich
Top achievements
Rank 1
Veteran
Elena
Telerik team
Share this question
or