Hello VB
I have a dataset that I load into a datagrid, when I write a new line in the datagrid and try to save the changes i get an error "there is no row at position 11". Only if I changes to a different row, the saving is accepted. It is like the row is not created. Does someone know how the row is created without leaving the row I am writing in?
Dim changeddataset As New DataSet
changeddataset = returdatasetBo.GetChanges 'returdatasetBo is the dataset that is loaded to the datagrid
I have a dataset that I load into a datagrid, when I write a new line in the datagrid and try to save the changes i get an error "there is no row at position 11". Only if I changes to a different row, the saving is accepted. It is like the row is not created. Does someone know how the row is created without leaving the row I am writing in?
Dim changeddataset As New DataSet
changeddataset = returdatasetBo.GetChanges 'returdatasetBo is the dataset that is loaded to the datagrid