danijel.drmic
Member
- Joined
- Jul 2, 2009
- Messages
- 10
- Programming Experience
- 5-10
I delete the BindingSource in this way and this works but is very slow:
When i try this:
I get error :" Cannot clear this list. "
Does anyone know what is the problem?
VB.NET:
For i = 1 To DataGridView1.RowCount - 1
FrekvencijaBindingSource.RemoveCurrent()
Next i
VB.NET:
FrekvencijaBindingSource.Clear()
Does anyone know what is the problem?