TeditLink descendent showing all the time

Hello

My goal is to fill a cell of a TAdvStringGrid with a TAdvMetroButto. The MetroButton has to show all the time.
I tried and created a TEditLink descendant but the MetroButton shows up only when I click on the stringgrid cell.
Can I solve the issue with TEditLink or should I change approach ?

Many thanks
Alberto

A TEditLink is used for control binding when a cell is being edited. If you want to have a control that is in a cell at all times, please use grid.CellControls[], explained in the PDF developers guide and also in this sample: http://www.tmssoftware.com/site/asg57.asp