This question is locked. New answers and comments are not allowed.
At the moment I am displaying a object in a cople of text fields/comboboxes/etc. This object also has a list of other objects that I display in a grid. My aim is to allow changes to the object, but to allow the user to add rows, on the client, to the grid. Those changes, both to the text fields, etc, and the additions/deletions/etc, to the grid then need to be passed back to the server where they will be committed as a single process.
Is it possible to add additional entries to the grid on the client using javascript? Can changes to a grid be mapped to object/view model that was passed to the view?
My initial thought was I would have to handle the adding of child objects as a seperate process. Therefore I would have to create the parent object, save it, and then allow the child objects to be created and added.
Any advice would be extremely useful!
Kind Regards
Michael
Is it possible to add additional entries to the grid on the client using javascript? Can changes to a grid be mapped to object/view model that was passed to the view?
My initial thought was I would have to handle the adding of child objects as a seperate process. Therefore I would have to create the parent object, save it, and then allow the child objects to be created and added.
Any advice would be extremely useful!
Kind Regards
Michael