|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
DataView AddRow ProblemBinding window controls to a datatable with a dataview in VB.Net.
No problem binding and displaying the data from the table. Problem is in adding a new row. The dataview.rowstatefilter = currentrows and the new is checked. Also AllowNew = True. bmbInventory.AddNew 'will add a new row, however bmbInventory.Position = bmbInventory.Count - 1 'will not change the position. Have no way to move to the new row. Thanks. |
|||||||||||||||||||||||