AD
Administrator
Syncfusion Team
October 21, 2005 06:09 PM UTC
I think this should do the trick (where the nRow is the row you want to remove).
gridControl1.Rows.RemoveRange(nRow, nRow);
MC
Martin Cyr
October 21, 2005 06:18 PM UTC
Thanks a bunch, just what I wanted. Also, faster than Clay is impressive ;)