Passing values to new row in a datagrid
Can someone tell me how to pass the value from a grid column in one row to the same column in a new row? I can get the value by using the following: gridType.Item(gridType.CurrentRowIndex, 0). This will return the value for column zero. Now when I go to input the new row, I need to fill that column so that the user doesn't miss type the information. It is a related table that is filling the datagrid. Any direction would be great. Thansk.
Thanks,
ernie
|