I have a master/detail form. In it I have 2 detail forms embedded, which are from the same table but one is a grid-view and the other one is a single-record form.
I would like to know if I can add a record in the single-record form, and then re-load the grid-view form so the new record gets shown there? Will it do it automagically? Does it need an ajax event or something like that?