Hi,
We have a grid that is part of a form, which is used to create a one-to-many relationship. However, we cannot set the grid to InLine editing without having to specify an URL for create/update/delete.
We would like not to specify those URLs and simply read from the grid's datasource before submitting the form.
Sending calls to /dev/null is not an option, since that seems to reset the ViewModel's state (we lose info on isNew, isDirty, etc).
Is there a way we could use this mode without auto-saving?
Thank you,
Jni
PS : I'm sorry - I didn't realize there was a "grid" forum separate from the asp.net mvc grid. Can you please move it?
We have a grid that is part of a form, which is used to create a one-to-many relationship. However, we cannot set the grid to InLine editing without having to specify an URL for create/update/delete.
We would like not to specify those URLs and simply read from the grid's datasource before submitting the form.
Sending calls to /dev/null is not an option, since that seems to reset the ViewModel's state (we lose info on isNew, isDirty, etc).
Is there a way we could use this mode without auto-saving?
Thank you,
Jni
PS : I'm sorry - I didn't realize there was a "grid" forum separate from the asp.net mvc grid. Can you please move it?