Hi Jagadeesh,
Thanks for contacting Syncfusion support.
We have analyzed and checked your given code example. We suspect that you want to do CRUD operations in Grid but while editing the record first record value gets shown in other records editing.
If Grid columns does not have primaryKey column then CRUD operations are not properly working. CRUD operations are performed based on the primaryKey column in Grid. So, you need to enable isPrimaryKey property in any one of the column, which has unique values.
Refer the help documentation.
We have already discuss about the mentioned issue in the following knowledge base documentation.
Regards,
Thavasianand S.