I want to make readOnly with EditorFor in edit page.
I tried to put readonly and disabled as:
@Html.Editor
@Html.EditorFor(model => model.userName)
Use jquery to disable