Hi!Have a form with a ParentBO and a ChildBO which are related and everything works fine.
When I navigate in the ParentDGV (DataGridView) the correct child rows are displayed and when I add a new row in the ChildDGV the correct Parent's ID is picked up but if I open a ChildFormDialog with BOTranslations etc. set it seems that in the ChildForm BOTranslations are not happening i.e. in the ChildForm's grid when I add, the Parent's ID is not picked up.
What am I doing wrong.
Sarosh