I have a requirement of modifying data in a grid panel when the servers changes certain values,
this is being displayed using custom getRowClass of GridView. When the Grid is loaded at first.
When i try to use record.set('FieldName','New Value) and then commit. I am able to change the Fields
which are not using custom HTML to display, but this particular field which is using getRowClass of
GridView to display UI Elements. doesn't abide to the new modified change. Though the store is updated.
Is this a functionality or is there some other way to update the data for such a Fields on UI.
My Bad, I was taking/updating the data from "json" while writiing and updating the data in datastore.
As i have not created particular mapping of field. once i used the mapped field to write to grid view
and then started updating it everything worked perfectly.