ADVStringGrid and Clipboard

I have enabled the clipboard on a stringgrid and the keyboard shortcuts work fine for copying and pasting. However most of my users are more familiar with the right click pop up menu for copying and pasting. Is there a native (builtin implemetation) of this feature?

This is not natively built-in. You can attach a TPopupMenu to the grid with the necessary clipboard actions.