1) Set the column's ButtonDisplayStyle property to 'Always'
2) UlraGridColumn exposes a 'CellClickAction' property, which determines what happens when you click a cell, i.e., whether the cell goes into edit mode, a cell gets selected, or a row gets selected. The ClickCellButton event fires when you click the button, so you can perform an action in a handler for that event.