I am trying to remove selected rows without.. please let me know how to do it correctly..
I selected 1,3,5,7 and it removed 1,5
If iGridSample.SelectedRows.Count > 0 Then
For Each selRow As iGRow In iGridSample.SelectedRows
selRow.Grid.Rows.RemoveAt(selRow.Index)
Next
End If
Edited by moderator
2014-04-17T13:57:53Z
|
Reason: Igor/10Tec added code formatting