I'm looking for a way to shown password column as hidden in grid but allow it to edit inline and in form.
I tried
colModel: [{name:Password,edittype:password,formatter:function(v){ 'click to edit'; } },
also tried to password formatter using
jQuery.extend($.fn.fmatter , {
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top