hello guys
i have a bootstrapDualListbox and i have all options on left side and as user select then selected option shift in rigth side ,
i have a query how can i added options in right side which are selected when i want to edit.
i want to when user edit its options then edit forms show selected and non selected options. my code is below which are on MVC plsea guide me
- class="dual-list-box-area mg-b-40">class="container-fluid">class="row">class="col-lg-12">class="sparkline10-list shadow-reset">class="sparkline10-graph">class="basic-login-form-ad">class="row">class="col-lg-12">class="dual-list-box-inner">
- @Html.DropDownListFor(model => model.SelectList, ViewBag.Leaves as IEnumerable
, new { @class = "form-control dual_select", @multiple = "multiple" })

Replies
Know the answer? Post it — somebody with the same question will find it here.