ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Disable automatic sorting of mutiselect?
Title:
B
I
{code}
?
I use this syntax to create mutiselect box: @(Html.Awe().AjaxCheckboxListFor(x => x.TestNoiseName).Multiselect(o => o.Caption("Select 10% noise test(s)")).Parent("ProjectName").Url(Url.Action("GetTestName", "GetData")).CssClass("form-control")) The problem is when I select multiple options, these options get sorted automatically. I want to disable this functionality because I want the options to be in the order of I selected them. How can I do that?
Save Changes
Cancel
CuLacGionTan
asked at 25 May 2016
you can use a multilookup if you want to preserve the order
at 26 May 2016
Omu
Answers
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK