AD
Administrator
Syncfusion Team
May 22, 2005 10:23 PM UTC
Those clipboard flags are all honored by the base grid only.
For a GridGroupingControl the column headers are not at row 0. They are drawn at a different row, therefore select all and other clipboard operations from the base grid do not work.
Best is if you implement your own clipboard operations.
If you need to be able to select individual columns and not only records check out this thread: http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=26611
The sample posted there also shows how to provide your own custom ClipboardCopy routine,