摘要:
<script>jQuery("#grid_id").jqGrid({... colModel: [ ... {name:'price', index:'price', width:60, align:"center", editable: true, formatter:currencyFmatter}, ... ]...});function currencyFmatter (cellvalue, options, rowObject){ // do something here return new_fo 阅读全文