guillaume.lebel
Top achievements
Rank 1
Iron
Iron
guillaume.lebel
asked on 01 May 2009, 03:58 PM
Hi,
I've got a little problem with RadComboBox. Actually when i set it to disable and i try to highlight the control it cause me a javascript error. I set the value directly in my usercontrol.ascx.
I've got a little problem with RadComboBox. Actually when i set it to disable and i try to highlight the control it cause me a javascript error. I set the value directly in my usercontrol.ascx.
var d=a.getClientRects(); it say that the method is undefined.
Thanks and have a nice day!
Guillaume
4 Answers, 1 is accepted
0
Hi Guillaume,
Thank you for the report. Indeed you are right.
I forwarded the issue to our development team and they will investigate it further.
p.s: Your points have been updated for the report.
Regards,
Helen
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.
Thank you for the report. Indeed you are right.
I forwarded the issue to our development team and they will investigate it further.
p.s: Your points have been updated for the report.
Regards,
Helen
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.
0
Patrick Tremblay
Top achievements
Rank 1
answered on 11 May 2009, 05:39 PM
Hi Helen,
I am also experiencing the identical javascript issue with my RadComboBox in a usercontrol and setting "Enabled" to false:
var d=a.getClientRects(); it say that the method is undefined.
Please keep me posted on a possible workaround
thanks
Patrick
I am also experiencing the identical javascript issue with my RadComboBox in a usercontrol and setting "Enabled" to false:
var d=a.getClientRects(); it say that the method is undefined.
Please keep me posted on a possible workaround
thanks
Patrick
0
Accepted
Patrick Tremblay
Top achievements
Rank 1
answered on 11 May 2009, 08:41 PM
Hi Guillaume,
here's a temporary fix that worked for me
http://www.telerik.com/help/aspnet-ajax/javascript-error-when-hovering-disabled-radcombobox-in-radgrid.html
here's a temporary fix that worked for me
http://www.telerik.com/help/aspnet-ajax/javascript-error-when-hovering-disabled-radcombobox-in-radgrid.html
0
guillaume.lebel
Top achievements
Rank 1
Iron
Iron
answered on 02 Jun 2009, 12:37 PM
Hi Patrick,
Thx for your answer it works rly well for me. Sry i know i'm answering late, but i had some other developpement to do ;).
Anyway thx for your help.
Have a nice day!
Guillaume
Thx for your answer it works rly well for me. Sry i know i'm answering late, but i had some other developpement to do ;).
Anyway thx for your help.
Have a nice day!
Guillaume