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

Several kind of RadControls need to be mouseover-ed to see their real width

2 Answers 67 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Aarsh
Top achievements
Rank 1
Aarsh asked on 12 Sep 2012, 04:12 PM
I've attached two screen shots beforeMouseOver and afterMouseOver.
I am able to see this issue all times :-(

I was able to see this for

  • radTextBox
  • radDatePicker
  • radNumericTextBox ( with the spins buttons enabled )

... but not for radComboBox

Thanks,
-Aarsh

2 Answers, 1 is accepted

Sort by
0
Accepted
Eyup
Telerik team
answered on 17 Sep 2012, 11:02 AM
Hello Aarsh,

The observed behavior could have been caused by the well known position: relative bug in IE6/7. To fix it, you need to add style="position:relative" to any container in which erratic controls are located.

Another approach you could try is to add the following property:
Copy Code
<telerik:RadDatePicker ... DateInput-EnableSingleInputRendering="false" > </telerik:RadDatePicker>

I hope this will prove helpful. If the issue remains or you have different specifications, please elaborate some more on the issue.

All the best,
Eyup
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.
0
Aarsh
Top achievements
Rank 1
answered on 17 Sep 2012, 06:37 PM
I observed that this worked for most times. Thanks.
Tags
General Discussions
Asked by
Aarsh
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Aarsh
Top achievements
Rank 1
Share this question
or