Having trouble getting help?
Contact Support
Contact Support
Set the disabled state
18 Dec 20241 minute to read
To disable the TextBox, set the enabled
property to false
.
<div class="control-section">
<ejs-textbox placeholder="Enter Name" enabled="false"></ejs-textbox>
</div>
public ActionResult Index()
{
return View();
}