I have a Service Contract that can have many pieces of Covered Equipment. I would like to use the grid control to let users add and edit equipment BEFORE the parent object is created (basically storing it all client-side, and then sending it back with the parent info in one form POST).
Is this scenario possible? All of the examples I've found are using AJAX calls on each edit, which I can't do.