Thank again for your help. However, I haven't found an example that will fit my needs. All of the commit/rollback examples I have found are tied into a button click event. Unfortunately, I need something that happens using the observable's subscription.Â
I'm using the
grid from jqwidgets to display and edit records. I have a column that holds a value of true/false that is represented by a checkbox. When the user clicks the check box, I need to be able to query the database to make sure that value can change from true to false (or false to true). Because I'm using the jqwidgets grid, I'm unable to commit/rollback via a button click event.
If you can help, I'd greatly appreciate it.
Again, thanks for your help.