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

Timepicker dropdown doesn't work within a listbox/listview

3 Answers 68 Views
TimePicker
This is a migrated thread and some comments may be shown as answers.
Ramon De Klein
Top achievements
Rank 1
Ramon De Klein asked on 08 Jul 2010, 01:22 PM
The RadTimePicker doesn't work correctly when it is placed inside a listbox. When you select a time from the dropdown, then the dropdown closes, but the binding is not updated.

The following snippet shows the problem:
<ListBox x:Name="multipleItemsPresenter" ItemsSource="{Binding}">
 <ListBox.ItemTemplate>
  <DataTemplate>
   <StackPanel Orientation="Horizontal">
    <telerik:RadTimePicker Width="80" SelectedTime="{Binding Path=Time, Mode=TwoWay}"/>
    <TextBlock Margin="20,0,0,0" Text="{Binding Path=Time, Mode=OneWay}">
   </StackPanel>
  </DataTemplate>
 </ListBox.ItemTemplate>
</ListBox>

I guess the ListBox and/or ListView intercepts the click, because it does work fine with an ItemsControl.

3 Answers, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 12 Jul 2010, 09:00 AM
Hi Ramon De Klein,

Thank you for contacting us and for the provided code snippet.

This issue will be resolved with the official release of Q2 2010 which due in a few days.

If you have any other questions regarding our controls please do not hesitate to contact us again.

Sincerely yours,
Konstantina
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
0
Santosh kumar
Top achievements
Rank 1
answered on 24 Aug 2010, 12:44 AM
Hi,

Is this issue resolved? Is there any workaround?

Thanks.
0
Konstantina
Telerik team
answered on 25 Aug 2010, 03:02 PM
Hi Santosh,

Thank you for contacting us.

Yes, the issue is resolved. Please upgrade to the latest available version of the control.

If you still experience the issue please feel free to contact us again.

Greetings,
Konstantina
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
Tags
TimePicker
Asked by
Ramon De Klein
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Santosh kumar
Top achievements
Rank 1
Share this question
or