Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > TimePicker > Timepicker dropdown doesn't work within a listbox/listview

Not answered Timepicker dropdown doesn't work within a listbox/listview

Feed from this thread
  • Posted on Jul 8, 2010 (permalink)

    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.

    Reply

  • Konstantina Konstantina admin's avatar

    Posted on Jul 12, 2010 (permalink)

    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

    Reply

  • Santosh kumar avatar

    Posted on Aug 23, 2010 (permalink)

    Hi,

    Is this issue resolved? Is there any workaround?

    Thanks.

    Reply

  • Konstantina Konstantina admin's avatar

    Posted on Aug 25, 2010 (permalink)

    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

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > TimePicker > Timepicker dropdown doesn't work within a listbox/listview
Related resources for "Timepicker dropdown doesn't work within a listbox/listview"

WPF TimePicker Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  ]