I have a colModel
{
name:'cost',index:'cost', width:100, formatter:'currency', formatoptions:{decimalSeparator:'.', thousandsSeparator: ',', decimalPlaces: 2, prefix: '', defaultValue:''}, editable:true, edittype:'text', editoptions: {size:30, maxlength: 22}, editrules:{number:true}
}
It can shows '$1,400.20' at the table cell. But when I click edit using the modal form will also fill in '$1,400.20' in the input field. How can I control such that it will display '1400.20'?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top