Home › Forums › Bugs › Hidden column value saved as html string in line edit mode
When record is saved in line edit mode, value of hidden column will be saved as html string (e.g. ).
Hello,
If your field is hidden they is not editable (I suppose your content is input), so we save what we have into the cell.
Regards
Tony
Dear Tony,
It's OK to save the existing value (e.g. “0″ in the sample). However the grid tries to save the whole html text string into my boolean field.
Best regards,
Rayson
In line 86 of grid.inlineedit.js:
if( $t.p.colModel.hidden===true) { tmp[nm] = $(this).html(); }else {
Thanks for this. Fixed. Also all hidden and editable fields are treated as editable.
Best Regards
Stay connected with us in your favorite flavor!
Copyright 2014 TriRand LtdAll Rights ReservedRSS