cancel
Showing results for 
Search instead for 
Did you mean: 

insert a row in a grid

Former Member

Hello Experts,

i have a problem , while insert a row in grid in middle, pls tell me how to insert a row in a grid in middle / what ever i want.

Accepted Solutions (1)

Accepted Solutions (1)

Nussi
Active Contributor
0 Kudos

Hi,

use

oGrid.DataTable.Rows.Add(Position)

lg David

sawsine
Participant
0 Kudos

sorry but this is incorrect, this will only add a number of rows, not at a specific position.

Answers (0)