How to use a password field in a Kendo grid
The demo at http://demos.kendoui.com/web/grid/editing-custom.html shows how to create a custom editor function. We can use this function to show a password field as editor in a Kendo grid. function passwordEditor(container, options) { $('<input type="password" required…