My apologies. I really need to give you simple complete code packages rather than snippets.
Yes -- The data is being changed as part of a JSON return handler. DP_EA_Items is the ALV for the dg_EA_Items datagrid. I update using: DP_EA_Items[dg_EA_Items.selectedIndex].AUTHORITY_GROUP = "TheNewGroup"; which I follow with a: DP_EA_Items.refresh(); I thought the refresh() would force the grid to display the new value. -- Sent from: http://apache-royale-users.20374.n8.nabble.com/
