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

RadTooltip Disappears when Clicking on DropDownList at Android 2.2.3

1 Answer 41 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
cyguo
Top achievements
Rank 1
cyguo asked on 24 Oct 2012, 08:30 AM
Hi,
I try to create a selection board when clicking on a dropdownlist.
here is my code and it works unless at Android version 2.2.3.

<asp:DropDownList ID="itemDropDownList" runat="server" AutoPostBack="True">
    <asp:ListItem text="(Select - One)"/>
</asp:DropDownList>
 
<telerik:RadToolTip runat="server" ID="booboo" HideEvent="ManualClose" Position="BottomRight" Width="350px" Height="70px" Animation="Fade" ShowEvent="OnClick" ShowDelay="0" RelativeTo="Element" TargetControlID="itemDropDownList" Skin="Windows7">
    I'm your RADTOOLTIP
</telerik:RadToolTip>

Thanks
Tabitha

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 26 Oct 2012, 02:44 PM
Hi Tabitha,

I just tested this in a virtual device and you can see the behavior in the attached video. The device overrides the usual dropdown behavior of desktop browsers and shows a dialog that covers the screen and it seems to block the execution and then immediately initiates the postback. There simply isn't a way for the RadToolTIP to show. Nevertheless, thsi behavior was not observed when clicking on the arrow of the dropdown, yet this is hardly possible when using your fingers and an actual device. All this means that there isn't anything we can do to change this because this is how the browser and OS handle dropdown lists.


Regards,
Marin Bratanov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
ToolTip
Asked by
cyguo
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or