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

[Solved] Enabling Client Events locks up tab

3 Answers 91 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Binu
Top achievements
Rank 1
Binu asked on 05 Oct 2010, 06:35 PM
I just introduced Telerik Tabstrip control to my already existing MVC project. Tabs shows up perfect, but when I introduced client event wiring, it stopped working. 

All scripts seems to be loaded: 
This is what I see in FireBug, 


<script type="text/javascript">
function onSelect(e) {
 var item = $(e.item);
 $console.log('OnSelect :: ' + item.find('> .t-link').text());
 }
49 </script> 




<script type="text/javascript" src="/Scripts/telerik.common.js"></script>
<script type="text/javascript" src="/Scripts/telerik.tabstrip.js"></script>
<script type="text/javascript">
//<![CDATA[
jQuery(document).ready(function(){
jQuery('#TabStrip').tTabStrip({onSelect:onSelect});});
//]]> 

Any ideas any one?

3 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 06 Oct 2010, 07:14 AM
Hello Binu,

 Is it possible to attach a sample project? We are not sure what has gone wrong.

Regards,
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
0
Binu
Top achievements
Rank 1
answered on 06 Oct 2010, 05:04 PM
Thanks for the reply. We have resolved this issue. It had something to do with the sequence in which the scripts were loaded (!!!)
0
Hilda
Top achievements
Rank 1
answered on 03 Feb 2011, 06:57 AM
HI Binu,

Could you please tell me what you did to get the solution, because I am facing the same problem.

Thanks & Regards,
Hilda Fabiola Bernard
Tags
TabStrip
Asked by
Binu
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Binu
Top achievements
Rank 1
Hilda
Top achievements
Rank 1
Share this question
or