This question is locked. New answers and comments are not allowed.
Hello,
I have a CheckBox bound to a boolean column in the ViewModel that is bound to a Grid using a List<> object. I would like to respond to the click event of the checkbox so that I can update the record in the database using Ajax.
I have a grid in another view that updates records using ajax, this case is a bit different. Ideally this would happen:
is that possible?
Thanks,
Reid
I have a CheckBox bound to a boolean column in the ViewModel that is bound to a Grid using a List<> object. I would like to respond to the click event of the checkbox so that I can update the record in the database using Ajax.
I have a grid in another view that updates records using ajax, this case is a bit different. Ideally this would happen:
- The user Checks the checkbox on a row to stop payment
- There is a confirmation Window shown and if confirmed calls the Ajax Update action on the controller with the key value of the row and the Checked or not Checked state of the checkbox, or stop payment option. (I have added the PaymentID to the datakeys.)
is that possible?
Thanks,
Reid