The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I have pretty basic GDBG in which our users would like to be able to copy and paste using Ctrl+C and Ctrl+V.
The GDBG is bound to a DataSet object.
Shift+Insert and Ctrl+Insert work.
Any ideas why the Ctrl+C, Ctrl+V key combinations are not working?
Thanks,
Andy
ADAdministrator Syncfusion Team October 15, 2004 04:04 PM UTC
If you drop a GridDaataBoundGrid on a form, and set its DataSource property to a DataTable that is not ReadOnly, then selecting a range of cells, and pressing ctl+C, followed by click somewhere else in the grid, and pressing ctl+V should work without doing anything else. It does here for me using 2.1.0.9.
Is there anything that is readonly about your grid?
Can you select cells?
Can you select cells, do a ctl+V and then paste into NotePad?
Are you handling any of the grid.ClipboardXXXXXX events?
Are you handling any keyboard events that might be interfering with things?
How abount any menu items that might have these keys as HotKeys?
ADAdministrator Syncfusion Team October 21, 2004 01:04 PM UTC
The main form was hiding the keystrokes. Don''t I feel stupid.
Thanks for the help.