ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Awe().Lookup Persistence
Title:
B
I
{code}
?
I have @Html.Awe().Lookup("CompanyId").Parent("CompanyTypeId", "type") where CompanyTypeId is : @Html.HiddenFor(x => Model.CompanyTypeId) this control can be changed locally, so when i press the lookup control show always the same result, (maybe for caching) How can i do to force to call every time the controller ?
Save Changes
Cancel
mtugnoli
asked at 19 May 2014
if you change the value of the parent using javascript, don't forget to trigger change event on it $('#CompanyTypeId').change()
at 19 May 2014
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