you could always cheat and loop through the datagrid...
using an try/catch loop... not the prettiest way but it will work
Dim boolTest As Boolean = True
Dim DatagridCounter As Integer = 0
DatagridCounter = 0
Do While boolTest
Try
'something that increments the rowindex...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.