in
Forums
Blogs
Files
Devexpress.Com
Client Center
Support Center
DevExpress Channel

Multi column combo box

Last post 6/2/2008 7:40 PM by Chris W Walsh. 3 replies.
Page 1 of 1 (4 items)
Sort Posts:
Previous Next
  • 10/24/2007 1:52 PM

    Multi column combo box

    Is there a way to show multiple columns in a combo box when the user clicks the drop down arrow? If not, does anyone have any ideas of how to implement this functionality?

  • 10/24/2007 7:13 PM In reply to

    Re: Multi column combo box

    Hello Aaron,

    There is a suggestion in the support center which you can track:

    ASPxComboBox - ability to represent data in several columns in the dropdown list is required

    You can also try to return a new field in the select statement that combines the fields you want to display and use this for the text field property:

    SELECT CustomerID, CompanyName, ContactName, CompanyName + ' - ' + ContactName AS CompanyContact FROM Customers

    Thanks.

    Filed under:
  • 6/2/2008 7:53 AM In reply to

    Re: Multi column combo box

     hi i 'd like to know how we populate this combo using linq query...can u show

    it by taking above example...pls provide c# code....

  • 6/2/2008 7:40 PM In reply to

    Re: Multi column combo box

     its not an actual combo box persay, if you look at the example in the link above, its an ASPxButtonEdit control with an ASPxGridView embedded in an ASPxPopupControl.  all you need to do is write your linq query for the ASPxGridView.

Page 1 of 1 (4 items)
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED