Jan 03, 2011, 12:30 PM
Changing a GridPanel cell value with getSelected().data.field_name does not work
Hey guys, I have a grid which after updating the data on the db I need to hard-code one of the cell's value which initial value was databound, I tried the following code but it is not doing anything, could you please point me to the right direction?
Thanks
Doesn't change the cell value;
Thanks
Doesn't change the cell value;
Ext.getCmp("GridPanel1").getSelectionModel().getSelected().data.stat_name = "Hello"