TAavColumnGrid select all cell content

Hi,

 
How do you set AdvColumnGrid properties so that when a cell is entered by a single mouse click the entire content is selected ready to be edited (so that any number typing will write over the existing data). i.e I want the same default selection as when a cell is double clicked .
 
Thanks

set grid.MouseActions.DirectEdit = true

Thanks for the suggestion but DirectEdit didnt select the contents of the cell.

I ended up setting grid.MouseActions.CaretPositioning = false to select the contents.