Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Example of grid field with multi-column picklist/combobox?

    Hi -

    Is there an example anywhere (either sample code, or even better a live online app) showing a databound grid where one of the fields uses a picklist or combobox control having multiple columns?

    To clarify, here are some illustrations of this:

    http://help.infragistics.com/Help/Ne..._a_Cell_01.png

    http://www.codeproject.com/KB/grid/M...lustration.gif

    When the user clicks on the picklist/combobox, it displays multiple columns. Only one of these displayed columns (or possibly a hidden column - ie, having width zero) provides the actual value that gets written to the field - the other columns merely provide additional info for the user.

    Thanks!
    Last edited by stefanscottalexx; 25 Jun 2011, 05:26.

    #2
    No example, however, very doable. Combine details on showing multiple columns in a combobox from this example (pickListFields) with details on customizing grid editors in this example (editorType, editorProperties).

    Comment


      #3
      Yes, in the LGPL Showcase under ComboBox, and the API is pickListFields.

      Comment

      Working...
      X