Hi,
I am using RadControls for Silverlight Q2 2011 SP1. I have to perform following task on RadTimeBar:
- On mouse move show start and end date of highlighted interval.
- While moving TimeBar slider show start and end date selected by slider or selected by SnapToInterval selection bar.
I am able to achieve both scenarios separately, but not getting results at the same time. I am getting first result by using "e.HoveredPeriodRange.Value" of HoveredPeriodChanged event and second result by using MouseMove event and taking senders ActualSelectionStart and ActualSelectionEnd dates.
Please let me know how can I achieve both functionalities at the same time.
Please find the attached image and code for further reference.
Thanks,
Pushpendra