ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Not to able to retain the first selected test name as the first item in the drop down.
Title:
B
I
{code}
?
Hello, I am currently connecting to ASAM DB to get test names and populating in a dropdown. There are tests as mentioned below. 1. scp test 2. tds test 3. idle test 4. fire test when I select multiple tests, I want to retain the order in which the tests were selected since the order is very important in further calculations in our application. But as of now, if I select idle test as the first test and fire test as the second, its getting sorted and fire test is appearing first in the dropdown. Please advise.
Save Changes
Cancel
test
asked at 30 Jun 2016
which helper are you having problems with ?
at 01 Jul 2016
Omu
@(Html.Awe().AjaxCheckboxListFor(x => x.MainTestNoiseName).Multiselect(o => o.Caption("Select 10% noise test(s)")).Parent("ProjectName").Parent("VehicleName").Parent("TestModeName").Parent("testRange").Url(Url.Action("GetTestName", "GetData")).CssClass("form-control")) This is the line, so I am having issues with Html.Awe().AjaxCheckboxListFor
at 01 Jul 2016
test
if the problem is that the selected order is not maintained, than that will work in the next version, you'll also be able to reorder them; atm you can't do that, they reorder themselves according to the options list
at 01 Jul 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