The following code is used to save the data from and editable grid which has a BusinessBindingsource.CurrentTable as the datasource.
private
{
MicroFour.StrataFrame.Data.
saveStatus = propositionVersionBO.Save(
ok =
}
dgPropositionVersion.EditMode =
tsSave.Enabled =
tsUndo.Enabled =
tsEdit.Enabled =
Edit();
For some reason the the after the commit, the primaryBO (not using grid) is updated but the other one (propositionDetailBO using grid) is not. What's wrong? I cant see the grid has the previous values after the commit... Without having the devexpress grid, is it possible to have an editable grid from the 2.0 framework to work with the BO?... If not do you have any plan to resolve the issue...
P.S
Sorry for the code indentation (cut & paste)
Hope that my code can help...