Home › Forums › WinForms controls › Xceed Grid for WinForms › CurrencyManager? › Reply To: CurrencyManager?
PRECISING:
If I change also the first record:
0.99 (ex 3)
0
1
2
For i As Int32 = 0 To Grid1.DataRows.Count – 1
Grid1.DataRows(i).Cells(5).Value = i ‘<<<<<<< if i = 0 the DataRows(0) isn’t the first row that I see in the grid(0.99 – ex 3)!? It’s always index of old record 0 (that now i see in the second row (index = 1)!
Next
Thanks!
Imported from legacy forums. Posted by AndreaZ (had 163 views)