It displays the image button of each state in data cell by using images which have been specified by imageUrl, etc.
When setting column renderer, it will specify the type as "button".
grid.setColumns([{
name: "col1',
renderer: {
type: "button",
imageUrl: "img/btn_normal.png",
text: "Refresh"
}
},
...
];