Cut/Copy/Paste

How can I do Cut, Copy and Paste on a Grouping grid through menu items. I have an edit menu with cut, copy and paste menuitems and a grouping grid on the form. The Ctrl+X,Ctrl+C,etc works on the Grid. And also Right click edit menu works. Please Help Thanks, Bhandhavi.

1 Reply

AD Administrator Syncfusion Team July 15, 2004 12:39 PM UTC

Try calling GridGroupingControl.TableModel.CutPaste.Paste, GridGroupingControl.TableModel.CutPaste.Cut and GridGroupingControl.TableModel.CutPaste.Copy. Stefan

Loader.
Up arrow icon