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

ToolTip Not Work on TextBoxItem of RadSpinEditor

1 Answer 111 Views
TextBox
This is a migrated thread and some comments may be shown as answers.
Tom Chien
Top achievements
Rank 1
Tom Chien asked on 24 Jul 2009, 06:54 PM
I extrapolated from the following Forum Post to figure out how to set ToolTips for my RadSpinEditor Control: http://www.telerik.com/community/forums/winforms/ui-controls/tooltip-does-not-work-on-radtextbox.aspx

I was able to set the ToolTip for the Up and Down Buttons of the Control but the one for the Text Box part of it doesn't appear to be working.  See code sample below:

        With CType(rspnNumPastUnits.RootElement.Children(0), RadSpinElement) 
            With .TextBoxItem 
                .AutoToolTip = True 
                .ToolTipText = "0 = Unit-To-Date" 
            End With ' --  
 
            With .UpButton 
                .AutoToolTip = True 
                .ToolTipText = "0 = Unit-To-Date" 
            End With ' --  
 
            With .DownButton 
                .AutoToolTip = True 
                .ToolTipText = "0 = Unit-To-Date" 
            End With ' --  
        End With ' -- CType(rspnNumPastUnits.RootElement.Children(0), RadSpinElement) 
 


Telerik Q1 2009 (v2009.1.9.414), VS 2005 (v8.0.50727.762 SP.050727-7600), XP SP3 on Core2Duo 2.99GHZ with 3GB.

1 Answer, 1 is accepted

Sort by
0
Boryana
Telerik team
answered on 29 Jul 2009, 12:18 PM
Hi Tom Chien,

Thank you for the detailed explanation. Unfortunately, what you are experiencing is a bug in RadSpinEditor and I was not able to produce an effective workaround. Since it is important for us to improve the behavior of RadSpinEditor, our team would like to thank you for reporting this issue. For this reason we have updated your Telerik points. We apologize for the inconvenience and we will do our best to address this issue in future releases.

All the best,
Boryana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
TextBox
Asked by
Tom Chien
Top achievements
Rank 1
Answers by
Boryana
Telerik team
Share this question
or