Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
365
CTRL-X + CTRL-V Not Working
posted

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

Parents
No Data
Reply
  • 20872
    Suggested Answer
    Offline posted

    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.

     

Children