If I have a grid with 30 records and I update two of them can I only refresh the two rows updated or do I have to rebind the whole grid to get the updates.
i.e. I have a checkbox in the row, if a user selects one or many checkboxes and presses a submit button to change the status of the row from ready to complete I would like to have only the rows with checkboxes updated to complete and not go back the database and rebind the data. Is this possible? If so how?
i.e. I have a checkbox in the row, if a user selects one or many checkboxes and presses a submit button to change the status of the row from ready to complete I would like to have only the rows with checkboxes updated to complete and not go back the database and rebind the data. Is this possible? If so how?