Is it possible to add UltraButton to UltraGrid and Handle the Click Event outside?
If you want a button in a cell, you should set the Style of the column or cell to Button and then handle the ClickCellButton event of the grid.