Have a customer that we have developed a Restful API and a WebApp that communicates with this API. We have a non data-aware cWebList that makes a call to the API to fill the list. The user has a button to delete any selected row. It makes a call to the API to delete the record. This works fine. However, after the delete a Grid Refresh is sent to the List, but is still displays (API returns the data) the deleted record! Why? The same thing happens when the user creates a new record for the table and the List is re-displayed (again, a call to the API). Any ideas?