PlatinumGrid has built-in capability to modify the data on a database backend
without requiring you to write any code. It automatically generates the UPDATE,
INSERT or DELETE SQL statements and executes them against the database.
If SQL customization is required, or the grid does not have access to primary
key information, the grid provides events that are called with the field information
to allow you to perform the database manipulations yourself.