I paste data into grid. When the rows in clipboard is more than existed rows in grid, I will get NotEnoughRows error.
I want to add rows in grid to contain all the data from clipboard. How can I do it? Thanks
Not now
HI,
Do you have any further questions regarding this forum thread.
Sincerely, Matt Developer Support Engineer
Thanks
The grid won't do this. It will only create rows when you paste into the addnew row. Otherwise it will just overwrite the cells of the selected records.
BTW, how can I know how many rows in clipboard. I remember that the infragistics class for clipboard is not open for us.