ComponentOne True DBGrid for WinForms
In This Topic
    Cell Editing Techniques
    In This Topic

    This section explains how to customize the behavior of cell editing in True DBGrid for WinForms. For text entry fields, write code in the grid's editing events, specify an input mask template, or display a drop-down text editor for long strings. To provide a list of choices for the user, use the ValueItemCollection object, the C1TrueDBDropDown control, or even an arbitrary intrinsic or third-party control.

    See Also