Home All Groups Group Topic Archive Search About

DataView AddRow Problem

Author
13 Jun 2006 6:09 PM
Tom_B
Binding 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.

AddThis Social Bookmark Button