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
300
Pasting multiple new rows
posted

...picture is worth 1000 words....

 Ideally I woud like to be able to paste in multiple new rows of data with a single CRTL-V. If I have multiple rows on the clipboard, only the first row shows up when I paste in the "add new row" section. 

Grid

Is there any way to handle mutli-row pasting on a bound grid?  Grid

 

Parents
No Data
Reply
  • 14049
    Offline posted
    Hi,

    The grid does not have this functionality built-in.
    A way to do that would be handling BeforeClipboardOperation, analyzing
    the clipboard content, and adding required number of rows before pasting
    goes on.
Children