Originally posted by Ryan Farley
Ismael,
Is this form that you are opening an add/edit form for a grid on teh opener/parent form? How are you launching it (using the "Insert Child Dialog Action", a "Dialog Action", or just loading it into a dialog via code?
If you either launch it via the Insert Child Dialog action -OR- in the save button add some C# code to add the child data to the parent's collection property then call the Save business rule then it will likely work as you are intending it to work (save the data, close the form, refresh the grid on the parent form)
Does that make sense? |