ComponentOne True DBGrid for WinForms
Run-Time Interaction / Database Operations
In This Topic
    Database Operations
    In This Topic

    The editing, deleting, and adding permissions granted to the user at run time are controlled by the AllowUpdate, AllowDelete, and AllowAddNew properties. The default values of these properties are:

    Property Default
    AllowUpdate True
    AllowDelete False
    AllowAddNew False

    Note that these properties only control user interaction with the grid at run time. They do not control whether database operations can be performed by the DataSet or other bound controls, or by the application code.

    See Also