Laravel's grid connector and data processor

Hello to all,
After following the instructions for configuring the event grid, as an example for Laravel, I have noticed that the data is not properly saved when I try to edit a record because the resulting XML does not include the correct record id. I use Laravel version 5.4 and installed everything according to instructions. I show you the result of the XML that is created to build the data grid, the “row id” is empty.
System counts the numbers of record and saves only the record of the table with id = 5, because the rows are in number of five.
Any suggestion?
Thanx in advance.

Boris


Make sure that you’ve defined the id field in your connector configuration correctly.
docs.dhtmlx.com/tutorials__conn … llerobject
If the problem still occurs for you could you please, provide your actual using code with the connector configuration.