I\’m testing phpgrid by connecting to a Microsoft SQL Server database. It connects perfectly and displays all the data correctly. But when I edit a record and press save, a red rectangle appears and the edit box doesn\’t close. I press the close button and everything appears to be the same, but when I press the refresh button, the record has been modified.
1 Answers
If you are using callback events then they should return a json string, which you can review in the demo code.
https://www.gridphp.com/demo/demos/editing/custom-events.phps (127-134)
If this is not your case, you can send the code for review and the screenshot of the issue you are facing.
Your Answer

