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

[Solved] Slider inside tabstrip

3 Answers 62 Views
Slider
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Victor
Top achievements
Rank 1
Victor asked on 22 Jul 2011, 01:51 PM
Hi!

We were using the tabstrip component inside an editor template similair to the demos. However, when moving it inside a tabstrip pane (ajax loaded) it stops working with the error message "jQuery("#theSliderId").tSlider is not a function".

As the pane is loaded after everything else, all script files should be there and work. Any suggestions?

/Victor

3 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 22 Jul 2011, 03:16 PM
Hi Victor,

Please refer to:

http://www.telerik.com/help/aspnet-mvc/telerik-ui-components-troubleshooting.html#LoadOnDemand

This limitation no longer exists in Q2 2011.

Best wishes,
Dimo
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

0
Victor
Top achievements
Rank 1
answered on 22 Jul 2011, 03:20 PM
Hi, thanks for that, sorry that I did not provide enough information.

Firstly - we are using the fresh 2011 Q2 with same result. We have also (due to previous problems with for example grid) included all script files in the main master file. The complete list (and order) is as follows:

@(Html.Telerik().ScriptRegistrar().jQuery(false).DefaultGroup(group => group
    .Add("jquery.validate.min.js")
    .Add("jquery.validate.unobtrusive.min.js")
    .Add("jquery-ui-1.8.11.custom.min.js")
    .Add("telerik.common.min.js")
    .Add("telerik.list.min.js")
    .Add("telerik.autocomplete.min.js")
    .Add("telerik.combobox.min.js")
    .Add("telerik.calendar.min.js")
    .Add("telerik.datepicker.min.js")
    .Add("telerik.datetimepicker.min.js")
    .Add("telerik.timepicker.min.js")
    .Add("telerik.textbox.min.js")
    .Add("telerik.draganddrop.min.js")
    .Add("telerik.grid.min.js")
    .Add("telerik.grid.grouping.min.js")
    .Add("telerik.grid.filtering.min.js")
    .Add("telerik.grid.resizing.min.js")
    .Add("telerik.grid.reordering.min.js")
    .Add("telerik.grid.editing.min.js")
    .Add("telerik.window.min.js")
    .Add("telerik.tabstrip.min.js")
    .Add("telerik.editor.min.js")
    .Add("telerik.menu.min.js")
    .Add("telerik.panelbar.min.js")
    .Add("telerik.treeview.min.js")

So - unfortunately the suggestion will not solve our problems... Edit: We saw the same problem both for 2011 Q1 and now Q2.

/Victor
0
Victor
Top achievements
Rank 1
answered on 22 Jul 2011, 03:32 PM
Hi again... Sorry to have bothered - As can be seen in the list above the slider is for some reason not included. It still worked outside the tabstrip though, kinda strange...

Thanks again!
/Victor
Tags
Slider
Asked by
Victor
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Victor
Top achievements
Rank 1
Share this question
or