Won't Fix
Last Updated: 20 May 2024 09:33 by ADMIN
Mauro
Created on: 24 Apr 2024 05:27
Category: ComboBox
Type: Bug Report
0
ComboBox: When in the RadGridView details template on a touch device subsequent clicks are not registered
When in the RadGridView details template on a touch device subsequent clicks are not registered.
1 comment
ADMIN
Vladimir Stoyanov
Posted on: 20 May 2024 09:33

Our suggestion in this scenario is to set the TouchManager.TouchMode property to None, since the RadGridView handles touch events and setting this property will allow both touch and click events to propagate to the Click event.

Here is an example:

<telerik:RadComboBox telerik:TouchManager.TouchMode="None" >
    <telerik:RadComboBoxItem Content="Item 1" />
    <telerik:RadComboBoxItem Content="Item 2" />
    <telerik:RadComboBoxItem Content="Item 3" />
    <telerik:RadComboBoxItem Content="Item 4" />
</telerik:RadComboBox>

Regards,
Vladimir Stoyanov
Progress Telerik

A brand new ThemeBuilder course was just added to the Virtual Classroom. The training course was designed to help you get started with ThemeBuilder for styling Telerik and Kendo UI components for your applications. You can check it out at https://learn.telerik.com