When I Copy/Paste RichText format, only plain text copied.
Make sure that the target cell is a CGXRichEditCtrl. Only CGXRichEditCtrl cells can display RTF formatting.
Also make sure that data are available in CF_RTF format. This is the case when you copy from WordPad or from a CGXRichEditCtrl cell.
Please note that when you copy a range with multiple grid cells to the clipboard, data will not be supplied in CF_RTF format. If you want to copy RichText format, only the current cells must be selected.
Note: The Rich Edit cell type is only provided by the Objective Grid full version.