Hi:
I have an UltraGrid which has one (1) column that is setup for ActivateOnly. Can anyone tell me how I can copy and paste a row successfully?
I tried changing this cell to Activation.AllowEdit in the KeyDown event before the paste and setting it back to Activation.ActivateOnly following the paste but it doesn't work (doesn't seem to set it soon enough).
Thanks,
Kevin
Hi Kevin,
Please give me more information as to what you have set for the CellClickAction, how do you do copy and paste is it bu using ctr-c, ctr -v. I have set the activation to active only and I am able to copy and paste using ctr-c-> ctr-v with no problems.
Magued
Here is the test project. Highlight a few rows. Press <CTRL>-C. Then go to the new row and press <CTRL>-V.