ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Event after ajax dropdown loaded
Title:
B
I
{code}
?
I am loading drop down using @Html.Awe().AjaxDropdownFor(o => Model.ProjectID).Url(Url.Action("GetItems", "ControllerName")) I want to execute a function after dropdown values are loaded. Is there a way to capture event after drop down is loaded.
Save Changes
Cancel
bsave
asked at 08 Aug 2018
Answers
B
I
{code}
?
yes, you can use the `aweload` event, $('#ProjectID').on('aweload', function(){ console.log('loaded'); });
Save Changes
Cancel
Omu
answered at 08 Aug 2018
Thanks for result. Well, technically it should work, but somehow it is not working. I might need to do late binding.
at 09 Aug 2018
bsave
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