I have a web application made with ASP.NET MVC 5. In this application I have a view which display a list of information.
In this list I display a boolean
information with @Html.DisplayFor(modelItem => item.valide)
. So a CheckBox
is displayed and it's checked and disabled.
How can I do to remove the disabled="disabled"
from the CheckBoxes
?
try
or
instead