This question is locked. New answers and comments are not allowed.
Hi,
It appears that there is a problem with the Combobox control with the newly release version of jquery 1.4.3. Also i've seen the grid popping up an alert at times after upgrading jquery but i'm not sure it's related.
The combobox problem is easy to reproduce, just upgrade jquery in the samples.
Hope it helps, and waiting for a fix,
Iulian
It appears that there is a problem with the Combobox control with the newly release version of jquery 1.4.3. Also i've seen the grid popping up an alert at times after upgrading jquery but i'm not sure it's related.
The combobox problem is easy to reproduce, just upgrade jquery in the samples.
Hope it helps, and waiting for a fix,
Iulian
4 Answers, 1 is accepted
0
Hi Margarintescu,
These are known issues.
We were able to fix them. The problem related with ComboBox is caused by some changed in jQuery 1.4.3.
These fixes will be included in the next official release of Telerik Components for ASP.NET MVC.
Nevertheless, If you need to use jQuery 1.4.3 you will need to override combobox text() method, like so:
Greetings,
Georgi Krustev
the Telerik team
These are known issues.
We were able to fix them. The problem related with ComboBox is caused by some changed in jQuery 1.4.3.
These fixes will be included in the next official release of Telerik Components for ASP.NET MVC.
Nevertheless, If you need to use jQuery 1.4.3 you will need to override combobox text() method, like so:
function onLoad(e){ var combo = $('#ComboBox').data('tComboBox'); combo.text = function () { return this.$text.val.apply(this.$text, arguments); }}Greetings,
Georgi Krustev
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0
Eti
Top achievements
Rank 2
answered on 19 Oct 2010, 09:26 AM
Thanks,
I'll wait for the next release just to be on the safe side.
I'll wait for the next release just to be on the safe side.
0
Mac
Top achievements
Rank 1
answered on 28 Oct 2010, 10:08 AM
Hi Georgi,
Are the fixes for 1.4.3 in the recently released beta?
Thanks,
Calvin
Are the fixes for 1.4.3 in the recently released beta?
Thanks,
Calvin
0
Hello Calvin,
Atanas Korchev
the Telerik team
Yes, the beta is using jquery 1.4.3.
All the best,Atanas Korchev
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items