Hi Friends,
I am having a problem with
Controls keys in ultra win grid.
when i am copying and pasting a cell with CTRL-C and CTRL-V , it is working fine.
but when i am using CTRL-X and CTRL-V it is not working.
CTRL-X is removing the cell content but CTRL-V is pasting Blank no the content which i had selected using CTRL-X.
Please provide me a solution to the problem.
Thanks
Hello ,
It is working fine with me. If I set the following line:
ultraGrid1.DisplayLayout.Override.AllowMultiCellOperations = AllowMultiCellOperation.Paste | AllowMultiCellOperation.Copy | AllowMultiCellOperation.Delete | AllowMultiCellOperation.Cut;
If this is not working with you could you please provide me small sample and let me know what is the exact version of the controls that you are using and if there is any service release applied.
Sincerely,
Danko Valkov
Developer Support Engineer
Infragistics, Inc.
hi Danko,
i got the problem and i solved it.
the problem was tith the folowwing statement
ultragridview.PerformAction(UltraGridAction.Paste)
i had commented and it was solved.
Thanks a lot for the help.