ComponentOne True DBGrid for WinForms
Cell Editing Techniques / Drop-Down Controls
In This Topic
    Drop-Down Controls
    In This Topic

    True DBGrid for WinForms offers a wide variety of built-in controls and programming constructs that enable you to implement virtually any kind of drop-down cell editing interface. Use the ValueItems object and its collection of ValueItem objects to provide a simple pick list, or the C1TrueDBDropDown control to implement a data-aware multicolumn combo box. Arbitrary Visual Basic or third-party controls can be used to perform specialized editing functions.

    See Also