Declined
Last Updated: 11 Nov 2021 12:12 by ADMIN
DavidOBrien
Created on: 22 Sep 2014 21:22
Category: Grid
Type: Feature Request
3
Add "password" as a field type in the grid...
Instead of having to do this or something similar to this ...

function (container, options) {
    $('<input data-text-field="' + options.field + '" ' +
            'class="k-input k-textbox" ' +
            'type="password" ' +
            'data-value-field="' + options.field + '" ' +
            'data-bind="value:' + options.field + '"/>')
            .appendTo(container)
}

add a type "password" to the grid and let the js do it without having to code :)
0 comments