I have a grid with colModel defined as:
colModel: [
...
{name:'price', index:'price', width:60, align:"center", editable: true},
...
]
After the grid is created I want to bind a custom formatter with the column. How can I achieve that.