Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6083035
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T11:21:22+00:00 2026-05-23T11:21:22+00:00

I am using Jquery 1.6.1 and JQuery UI sortable in an application and noticed

  • 0

I am using Jquery 1.6.1 and JQuery UI sortable in an application and noticed that the JSON model binding stopped working. I have to set the “traditional” parameter of $.ajax to true in order for it to work.

$('.tracks').sortable({
    update: function (event, ui) {
        var order = $(this).sortable('toArray');

        $.ajax({
            url: '/controller/action/',
            type: 'post',
            traditional: true, // For model binding to work
            data: { 'order': order }
        });
    }
});

My controller

[HttpPost]
public ActionResult Order(string[] order)
{
    return new EmptyResult();
}

Apparently JQuery changed how the post variable name is formed when using an array, adding [] to the end. This change is apparently geared towards PHP and Ruby users.

Is there a simple change I can make in my current ASP.NET MVC code to make the model binding work without using the traditional way?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T11:21:22+00:00Added an answer on May 23, 2026 at 11:21 am

    nope, but you could do something like:

    jQuery.ajaxSettings.traditional = true;
    

    in your master page (if you use them)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using jQuery 1.4 and jQuery UI sortable, my problem that i have two
We have a sortable list using JQuery UI Sortable that we are trying to
Im using jquery sortable and connected lists that works great. I have two lists,
I have built a sortable list using jQuery UI's sortable feature, this is working
I have the following ListView in which I am using the JQuery UI sortable
I have multiple images stored at URLs like: /uploads/hash/IMAGE001.jpg . Using jQuery UI's sortable()
I using jQuery-UI sortable which works fine. The problem that I am having is
I am using jQuery Sortable. I have the HTML setup like so: <ul id='plan'>
I have a list on my website. I'm using jQuery's sortable tutorial to give
So here is the issue, I have 6 divs that are using jQuery UI

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.