AD
Administrator
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?
AD
Administrator
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.