ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
How prevent PopupForm jump on top when change AjaxDropdownFor
Title:
B
I
{code}
?
I have PopupForm follow this code html.Awe() .InitPopupForm() .Name("create" + gridId) .Group(gridId) .Fullscreen(true) .Url(url.Action("Create", crudController)) .OkText(Mui.Ok) .CancelText(Mui.Close) .Success("utils.itemCreated('" + gridId + "')") .Modal(true) And PopupForm page have this code: @Html.Awe().AjaxDropdownFor(o => o.serviceLine_id).Url(Url.Action("GetServiceLine", "Users")).Parent("depertment_id", "depertment_id") @Html.Awe().AjaxDropdownFor(o => o.componentService_id).Url(Url.Action("GetComponentService", "Users")).Parent("serviceLine_id", "serviceLine_id") When I change serviceLine_id-dropdown then componentService_id-dropdown will re-load And scrollbar PopupForm page is on top alway time I think cause from <option> of componentService_id-dropdown is generated again But I don't want to it go on top ... pls help me
Save Changes
Cancel
nutfergie
asked at 03 Aug 2018
which version are you using ?
at 03 Aug 2018
Omu
In project Omu.AwesomeMvc.dll shown version 5.3.1.0
at 03 Aug 2018
nutfergie
try using the latest version
at 03 Aug 2018
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