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.
Thanks
Tabitha
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