i have a colModel looks like this:
{ name: 'TypeId', index: 'TypeId', align: 'left',
width: 50, editable: true, edittype: "select", sortable: false,
hidden: false, jsonmap: 'InspectionTypeId' },
how can i change the cells text not changing the value?