Posted 26 March 2018, 2:17 pm EST
I have a FlexGrid where I would like to select a certain number of rows, for example 6 rows out of 20 that are in the grid. Then I would like to click a button which copies the contents of each column in those 6 rows; inserts the same number of rows originally selected (6) to the bottom of the grid; and then pastes that copied data into the newly added rows. This would end up having 26 rows in the grid. Is there a preferred way to do this using C# code?