I would like to make my button visible based on criteria selected in the grid. This button then runs a SQL statement which makes that row disappear from the grid. Currently I am using a checkbox to get the grid data and running a true/false test to determine whether or not to show the button. The problem is that this data is not refreshing the checkbox after I remove taht row. While it appears like a new row is selected it is not, the ID remains on the same row even after it disappears from the grid. Commit action is not applicable to this situation and I would prefer to avoid client script if possible.