After the BatchEditCommand is ran for the update command the grid rebinds as it should but all the fields that were edited are still marked as edited. Any ideas as to why? I do edit several cells client-side (gridBatchEditManager.changeCellValue(cell, value)) and then using the built in save button of the grid to call BatchEditCommand. Everything is updated properly in my sql database but the grid itself does not refresh as I would expect. If I click the grids "Refresh" button it comes back properly.
Jerry, could you please ensure there are no JavaScript errors thrown on the page - Troubleshooting JavaScript errors?
In case there is Ajax enabled, try to temporarily disable it and test the application monitoring for JavaScript errors again - Get more descriptive errors by disabling AJAX
If none of these is helping and the application is running without any errors, we would need some more information about the issue. It would be helpful if you share the complete markup declaration of the RadGrid along with the relevant code-behind logic and some screenshots or a video of the problematic behavior.