I tried to use formatter:password but password characters are still displayed as open text on grid column.
How to hide password characters if password is displayed in grid column ?
colModel: [{ "name":"Password","fixed":true,
"editable":true,
"width":50,
"formatter":"password",
"edittype":"password"
}]
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top