Unbound Mode > Unbound Mode Programming Considerations |
When the user updates, adds, or deletes data through the grid's user interface, the grid fires the UnboundWriteData, UnboundAddData, or UnboundDeleteRow 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.