I am currently have challenge with entering plain text in Kendo Grid inline editing mode instead of password mode it shows by default. My other pages are pretty fine. This issue is peculiar to the page in the screenshot.
I found the solution. The data annotation on the property is [DataType(DataType.Password)]. commenting it out made it work. It's an inherited code though.