2X faster development
The ultimate WPF UI toolkit to boost your development speed.
In GridDataControl, you can copy all the data in the grid by using the ContextMenu. You can use customize ContextMenu by setting EnableContextMenu as True and ContextMenuOptions as Custom in GridDataControl. Also, you have to define the DelegateCommand for CopyAll MenuItem in ViewModel and bind that DelegateCommand to CopyAll MenuItem in RecordContextMenuItems. The following code example demonstrates how to define the RecordContextMenuItems in GridDataControl. XAML You can copy all the data in grid by using grid.Model.CutPaste.CopyRange method by passing GridRangeInfo of GridDataControl by using the DelegateCommand. The following code example demonstrates how you can copy all the data in GridDataControl by using the DelegateCommand. C#
You can refer to the following sample link to copy all the rows in WPF.
Sample Link: CopyAllRows_GDC |
2X faster development
The ultimate WPF UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.