Thank you.
1) Please confirm you are using local or remote data in your application.
I using remote data in the application.
2) Please explain your exact requirement scenario with a detailed description and share us at what scenario you like to add records in Grid datasource.
Let me explain the scenario.
First of all user recive data inside the grid.
After some time other users in the system could update this records or add new records.
So we are receiving updates for such records and info that new records added through websocket.
3) And in your query you have mentioned that “Need to update a specific row”. Please confirm you like to update a specific row without Grid refresh.
The idea is to update already appeared in grid records, and prepend any newly create records on the top of grid WITHOUT refreshing the grid.