copy paste cells in syncfusion ggc

i am using syncfusion ggc version 5.2. I want to implemement copy paste in my ggc cells. i don't want to copy complete row..just copy from one cell and paste to another cell.

i will be v thankfull if anyone could help me in this.


1 Reply

HA haneefm Syncfusion Team November 14, 2007 06:49 PM UTC

Hi Prabhjeet,

The only copy/paste support currently in the GridGroupingControl is inherited from GridControlBase. This makes this support limited. To use it, you need to set

this.gridGroupingControl1.TableOptions.AllowSelection = GridSelectionFlags.Any;

And this means that you will not be using the spcial record selection support in the GridGroupingControl.

Please refer the below forum threads for more details.
1) http://www.syncfusion.com/support/forums/message.aspx?&MessageID=65936
2) http://www.syncfusion.com/support/forums/message.aspx?&MessageID=60128

Best regards,
Haneef


Loader.
Up arrow icon