ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
AjaxDropDown shows undefined items
Title:
B
I
{code}
?
public virtual ActionResult PopulateParents() { var list = _db.ProductsCategories.ToList(); return Json(list.Select(o => new KeyContent(o.ID, o.NameEn))); } @Html.Awe().AjaxCheckboxList("ddlParent").Url(Url.Action("PopulateParents", "ProductsCategories"))
Save Changes
Cancel
Adham
asked at 03 Jun 2015
make sure to use the latest version (4.7), both dll and .js
at 03 Jun 2015
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