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

[Solved] onload event stops sorting of grid

0 Answers 36 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
SravanKumar
Top achievements
Rank 2
SravanKumar asked on 31 Jul 2012, 12:31 PM
Hi all,  
i added 

@Html.Telerik().ScriptRegistrar() .jQuery(false)
<script type="text/javascript" src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.7.1.min.js"></script>

to my layout

    <script src="@Url.Content("~/Scripts/jquery-1.5.1.min.js")" type="text/javascript"></script>
    <script src="http://ajax.microsoft.com/ajax/jQuery/jquery-1.4.2.min.js" type="text/javascript"></script>
    <script src="http://ajax.microsoft.com/ajax/jquery.validate/1.7/jquery.validate.min.js" type="text/javascript"></script>
    <script src="@Url.Content("~/Scripts/jquery.validate.unobtrusive.min.js")" type="text/javascript"></script>
    <script src="@Url.Content("~/Scripts/ADS.VehicleLookup.js")" type="text/javascript"></script>

     @(Html.Telerik().StyleSheetRegistrar().DefaultGroup(group => group.Add("telerik.common.css").Add("telerik.Hay.css").Combined(true).Compress(true)))
    @(Html.Telerik().ScriptRegistrar().Globalization(false).DefaultGroup(group => group.Combined(true).Compress(true)))

 to make onload event to work. It works fine but stops the grid sorting.Is there a way to make both work 
Tags
Grid
Asked by
SravanKumar
Top achievements
Rank 2
Share this question
or