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
105
Copy/Paste for UltraGrid
posted

Hello,

I am trying to copy/paste in UltraGrid (just usual Windows Ctrl-C/Ctrl-V) but it doesnt look straightforward.

I have used the below property to allow copy/paste. Still yet, its complaining the contents is more than current capacity.

Any workaround to resolve this, as we have requirement to enter  huge values in the grid and this will be typically copied from the excel spreadsheet.

this.ultraGrid1.DisplayLayout.Override.AllowMultiCellOperations =
AllowMultiCellOperation.Copy | AllowMultiCellOperation.Paste;

Parents
  • 469350
    Offline posted

    What's the problem, exactly? What is the error message you are getting? Where are you copying from and what is selected in the grid when you are pasting?

Reply Children