Nov 02, 2011, 2:31 PM
[CLOSED] Update grid cell value without store.reload()
I am trying to update a single cell in a grid on a row editor's AfterEdit Success. I am trying to avoid calling store.reload() as I do not want to make a server call. I've tried to use this.record.data.TestColumn = "TestValue"; and even though it does update the data, it is not reflected in the cell. Refreshing the GridView did not help either.
Last edited by Daniil; Nov 07, 2011 at 7:39 AM.
Reason: [CLOSED]