Hello,
My view has two GridViews controls.
When user selects several rows in first GridView I need to response to Ctrl+C and remember the rows he selected (I do not need to store data in a clipboard).
When user focuses second grid and presses Ctrl+V I need to copy selected rows from first to second grid.
I don't have problem coping these rows, I just to know how can I capture Ctrl+C and Ctrl+V when grids are focused.
Thank You!
My view has two GridViews controls.
When user selects several rows in first GridView I need to response to Ctrl+C and remember the rows he selected (I do not need to store data in a clipboard).
When user focuses second grid and presses Ctrl+V I need to copy selected rows from first to second grid.
I don't have problem coping these rows, I just to know how can I capture Ctrl+C and Ctrl+V when grids are focused.
Thank You!