ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
how to disable an ajax dropdown
Title:
B
I
{code}
?
how to disable an ajax dropdown. I'm trying something like below but it is not working @(Html.Awe().AjaxDropdownFor(d => d.CurrencyID) .HtmlAttributes(new { @style = "width:100px;", @disabled="disabled" }) .Url(Url.Action("GetAllCurrenices", "Deal")))
Save Changes
Cancel
SalesARM
asked at 17 Jul 2019
by setting `.Enabled(false)` you can see the ajaxdropdown and other controls disabled in this demo: https://demo.aspnetawesome.com/Disabled https://www.aspnetawesome.com/forum/question/1654/how-to-set-readonly-or-disabled-property-to-awesome-multilookupfor-and-ajaxdropd
at 17 Jul 2019
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