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

[Solved] Compatibility with jquery 1.4.3

4 Answers 79 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Eti
Top achievements
Rank 2
Eti asked on 19 Oct 2010, 09:01 AM
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
 

4 Answers, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 19 Oct 2010, 09:13 AM
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:
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. 
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
0
Atanas Korchev
Telerik team
answered on 28 Oct 2010, 10:56 AM
Hello Calvin,

 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
Tags
General Discussions
Asked by
Eti
Top achievements
Rank 2
Answers by
Georgi Krustev
Telerik team
Eti
Top achievements
Rank 2
Mac
Top achievements
Rank 1
Atanas Korchev
Telerik team
Share this question
or