GridFormulaEngine engine = ((GridFormulaCellModel)grid.Model.CellModels["FormulaCell"]).Engine;
engine.FormulaCopyFlags |=
GridFormulaCopyFlags.ClipBoardText;
engine.FormulaCopyFlags |=
GridFormulaCopyFlags.ClipBoardFormula;
engine.FormulaCopyFlags |=
GridFormulaCopyFlags.InsDelRangeReferencesUpdated;
engine.FormulaCopyFlags |=
GridFormulaCopyFlags.ClipBoardReferencesAdjusted;
engine.FormulaCopyFlags |=
GridFormulaCopyFlags.NamedRangeReferencesUpdated;
It appears that the engine.FormulaCopyFlags are set to null. Does anyone have suggestions on what I am doing wrong?
I have included the project in the attached .rar file. The bug is in the file GridEditor.
Hi Jan,
Thank you for interest in Syncfusion Products.
To perform copy/paste operation in the grid control, we have sample in our dash board.
Please refer the sample in the following link:
{Installed path}\Syncfusion\EssentialStudio\10.2.0.56\Windows\Grid.Windows\Samples\2.0\MS Excel-Style Features\Grid Copy-Paste Demo
Please let me know if you have any concerns.
Regards,
Jeya Preetha M
Hi Jan,
I am afraid that I was not able to reproduce the issue. Also I have created a simple sample to test this issue and it is available in the following link.
http://www.syncfusion.com/downloads/Support/DirectTrac/95027/CS-203758908.zip
Please have a look at the preceding sample and if still the issue exists, could you please try reproducing it in the above sample so that we could sort out the cause of the issue and provide you a solution?
Regards,
Ragamathullah B.