I would like to clone a UltraGridRow into a new instance of UltraGridRow and change the value of few cells only. Then I would like to add this new UltraGridRow instance to my Band.
I am seeking a way to not have to go through each Cell one by one to copy them into the new instance.
Is there any intelligent and effective way to do this?
Many Thanks
Hi,
There's no way to do this without looping through the fields. Although, I would probably do it on the data source, rather than on the grid.
Hi Mike,
Is there any simple solution to copy few cells from one row to another row using C# code.
The original query is from 2009 so thought there might be some new functions by now. Also I could not find the UltraGridRow.CopyFrom() method.
CopyFrom
Thanks.