or


Hi, Why the ShowEvent="OnFocus" doesnt works with tha radcombobox? The others modes works normally.
| <telerik:RadComboBox ID="RadComboBoxCurrency" runat="server" |
| Skin="Outlook" Width="184px" > |
| </telerik:RadComboBox> |
| <telerik:RadToolTip ID="RadToolTipCurrency" runat="server" TargetControlID="RadComboBoxCurrency" |
| Position="MiddleRight" RelativeTo="Element" ShowDelay="100" Text="oooo" ShowEvent="OnFocus" |
| Skin="Windows7" AnimationDuration="300" Animation="Resize" HideDelay="200" /> |
I'm doing something wrong?