Hi all,
I have two RadGrids, rg1 and rg2, each with an identical column structure (or schema) and identical properties apart from their IDs. They contain different data. I need to make a new grid, rg3, that is the concatenation of rg1 and rg2; that is, rg3 has the same column structure and properties as rg1 and rg2 and contains all of the rows from rg1 followed by all of the rows from rg2.
What do the experts recommend as the simplest way to achieve this?
All answers gratefully received,
Ed Graham
I have two RadGrids, rg1 and rg2, each with an identical column structure (or schema) and identical properties apart from their IDs. They contain different data. I need to make a new grid, rg3, that is the concatenation of rg1 and rg2; that is, rg3 has the same column structure and properties as rg1 and rg2 and contains all of the rows from rg1 followed by all of the rows from rg2.
What do the experts recommend as the simplest way to achieve this?
All answers gratefully received,
Ed Graham