RadGrid BatchEditComand Update

0 Answers 108 Views
Ajax Grid
Jerry
Top achievements
Rank 2
Iron
Iron
Jerry asked on 30 Jun 2021, 04:44 PM
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.
Doncho
Telerik team
commented on 05 Jul 2021, 11:13 AM

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.

No answers yet. Maybe you can help?

Tags
Ajax Grid
Asked by
Jerry
Top achievements
Rank 2
Iron
Iron
Share this question
or