Application Mode > Application Mode Programming Considerations |
When the user updates, adds, or deletes data through the grid's user interface, the grid fires the ClassicWrite, ClassicAdd, or ClassicDelete event so that your application can take the appropriate action. Conversely, when you modify the underlying data source in code, you need to notify the grid so that it can update its display to synchronize with your data.