Not sure exactly what appearance you need but there are various options. The simplest might be an extra ListGridField of type icon or image (or with a custom formatCellValue method) which displays a button type image and has a cellClick handler that'll do what you want.
If you actually need to embed a real Button widget within the row you could use addEmbeddedComponent() to achieve this.
Comment