New Product Launch - BoldDesk !
Introducing help desk ticketing software.
New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.
this.grid.Model.Options.SelectCellsMouseButtonsMask = MouseButtons.Left;
In your menuhandlers, you can call these methods to copy/cut or paste the selections.
grid.Model.CutPaste.Copy();
grid.Model.CutPaste.Cut();
grid.Model.CutPaste.Paste();
>this.grid.Model.Options.SelectCellsMouseButtonsMask = MouseButtons.Left;
>
>
>In your menuhandlers, you can call these methods to copy/cut or paste the selections.
>
>grid.Model.CutPaste.Copy();
>grid.Model.CutPaste.Cut();
>grid.Model.CutPaste.Paste();
>
>
>
>
>