ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
How set default value of parent AjaxDropdown of grid ?
Title:
B
I
{code}
?
I have AjaxDropdown is parent of Grid I try set default AjaxDropdown value (isn't lowest key) follow this demo http://demo.aspnetawesome.com/AjaxDropdownDemo in section "Set value from get items call " AjaxDropdown have changed to my default When page load I try debug code at action GridGetItems in Grid Controller that AjaxDropdown parameter is null . It not work I have to call $('#MyGrid').data('api').load() again . It work I would like to AjaxDropdown parameter change at initial page load Pls suggest me
Save Changes
Cancel
nutfergie
asked at 15 Oct 2017
you can just the value using `.Value(val)`
at 15 Oct 2017
Omu
So thx for my stupid spend time.
at 15 Oct 2017
nutfergie
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