Is there a way to dynamically disable this radio button based on certain conditions? For example, allowing it to be shown on one page but not the other.
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-8">
<label class="">Radius:<span class="mandfield">*</span></label>
@*@<input type="text" name="Radius" id="" />*@
@Html.TextBoxFor(m => m.Radius, new { @id = "txtRadius" })
</div>
</div>