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
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