This question is locked. New answers and comments are not allowed.
I'm looking for a way to add a button to each row in the grid, where clicking the button makes an AJAX request to the controller containing the ID of the row the button is in. The controller will then set a boolean flag in a database, and the grid will rebind using the AJAX select method.
I didn't see any examples of this on the demo pages.
I didn't see any examples of this on the demo pages.