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

Display Popup w/ ActualSelectionStart

2 Answers 31 Views
TimeBar
This is a migrated thread and some comments may be shown as answers.
Scott
Top achievements
Rank 1
Scott asked on 03 Jun 2015, 09:14 PM

I'm not sure if this is possible, but a user asked me if there is some way we can create a "bubble" popup on the timebar that would popup on the timebar...maybeat the top or bottom, when the user is sliding the timebars.  I've already created labels that are bound to the ActualSelectionStart and ActualSelectionEnd that update in real time, but they are located in a top corner of the application and remain in one static place.  The user wants a popup bubble to appear when they are dragging the timebars left or right that shows the exact/actual time selected, then disappear when the user lets go of the timebar.  Is this possible?  Like I said I already have the label that does this, but it doesn't show/hide based on the timebar being "grabbed", and it doesn't move with the timebar.

Thanks!

2 Answers, 1 is accepted

Sort by
0
Accepted
Martin Ivanov
Telerik team
answered on 08 Jun 2015, 02:37 PM
Hi Scott,

I am not sure that I completely understand your requirement. What do you mean by that they are dragging the timebars? Can you tell me what you are describing with "timebars"? Do you mean the thumbs on the selection rectangle that are used for resizing it? 

However, display a popup in the application you can use a Popup element and display the selection range inside of it when you drag the desired element. You can take a look at the attached project to see such implementation based on the selection of the timebar. When you drag the selection thumb a Popup element displaying the ActualSelection of the timebar will be opened. Please check this out and let me know if it is what you are looking for.

Regards,
Martin
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Scott
Top achievements
Rank 1
answered on 08 Jun 2015, 04:28 PM
This is exactly what I was looking for, thank you Martin!
Tags
TimeBar
Asked by
Scott
Top achievements
Rank 1
Answers by
Martin Ivanov
Telerik team
Scott
Top achievements
Rank 1
Share this question
or