Hi,
I need to insert and update row in a grid's store from codebehind, can you please tell me the code...
I've tried

MyStore.Insert(0, jsonString);

where jsonString is the row in json format but in the grid the row added appears blank.


thank you in advance,