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
110
Add rows via paste in a wingrid from Excel
posted

Hi,

I'm also trying to paste the content from Excel to ultragrid, its allowing to paste only the same number of rows present in ultragrid not more than that. So can you please tell me how to add any number of rows from excel to ultragrid at runtime.

 Thanks in Advance

 Pablo Lammardo

 

 

Parents
No Data
Reply
  • 53790
    posted

    Hello Pablo,

    One possible approach to achieve desired behavior would be loading an excel file into a workbook and than looping through the rows and adding them in the UltraGrid. I have attached small sample demonstrating such approach.
    Please let me know if you have any questions.
    Regards

    UltraGirdAddRowsFromPaste.zip
Children
No Data