Declined
Last Updated: 01 Apr 2017 12:14 by Telerik Admin
Imported User
Created on: 21 Mar 2013 14:20
Category: Kendo UI for jQuery
Type: Feature Request
3
password column in kendo grid
4 comments
Imported User
Posted on: 01 Apr 2017 12:14
 CSS or JavaScript
ADMIN
Brandon
Posted on: 29 Mar 2013 15:00
Makes sense, although you don't need the grid to support that natively, per se. Why not just capture the change event and mask the field via CSS or JavaScript?
Imported User
Posted on: 21 Mar 2013 15:08
i am having a grid where admin can edit user passwords. On edit mode i am using an input with type="password" and after editing i want to display the edited password(like ******) in a grid column. 

ADMIN
Brandon
Posted on: 21 Mar 2013 14:27
Can you please clarify what you're looking for here? If this is for edit fields, why wouldn't an input with type="password" do?