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

[Solved] Panelbar in ajax loaded page doesn't have click functionality

2 Answers 88 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ingimar Andresson
Top achievements
Rank 1
Ingimar Andresson asked on 09 Jul 2010, 08:55 AM

Hello!

The elements in panelbar are not responding to clicks.
I'm using Telerik.Web.Mvc 2010.1.518.235.

I am using jquery ui tabs that opens a page containing a panelbar on document ready.
The errors I receive are:
Chrome:
Uncaught TypeError: Cannot read property 'panelbar' of undefined
Uncaught TypeError: Object #<an Object> has no method 'tPanelBar'
Firefox:
a is undefined
 
Line 1
var a=c.telerik

c is a function but telerik is undefined.
I am including telerik.common and telerik panelbar in scriptregistrar on master.

Best Regards!

2 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 09 Jul 2010, 09:02 AM
Hi Ingimar Andresson,

Unfortunately the provided info does not indicate the source of the problem. Could you please open a support ticket and provide a working sample?

On a side note it is advisable that you disable the automatic including of jquery by the scriptregistrar when using other jquery components:

<%= Html.Telerik().ScriptRegistrar().jQuery(false) %>

You can try that and manually including the jquery script.

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
0
Ingimar Andresson
Top achievements
Rank 1
answered on 09 Jul 2010, 09:12 AM
thank you for your fast reply.
I will start a support ticket and provide a sample.
IE gives the error:
Message: 'panelbar' is null or not an object
Line: 1
Char: 611
Code: 0
URI: telerik.panelbar.min.js


Complement to first post:



Tags
PanelBar
Asked by
Ingimar Andresson
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Ingimar Andresson
Top achievements
Rank 1
Share this question
or