I would like to copy row from one UltraGrid to another. How to do it. Thanks.
Hi,
There are a number of ways you could acheive this; it depends on exactly what you want.
But this is basically a manual process any way you do it. You either have to add a row to the grid and copy the values from the original row, or you could do the same thing on the grid's DataSource.