E10 UltraCombo Blank Title 135015

Hi,
What was the solution in the end.  I am having the same issue.

Cheers
Simon Hall

I am using the BeforeDropDown event to retrieve data from a BAQ.

The BAQ returns 3 columns.

combo.DataSource = BAQdataset

I set the ValueMember = "Column2"

I set the DisplayMember = "Column3"

I even set string[] fields = new string[] {"Column3"} 

combo.SetColumnFilter(fields)

combo.DataBind()


When the first dropdown occurs all 3 columns are shown

subsequent dropdowns only have the desired column shown


Is it possible to have the first dropdown only show the desired column??



Figured it out



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Thursday, February 19, 2015 3:10 PM
To: vantage@yahoogroups.com
Subject: [Vantage] E10 UltraCombo





I am using the BeforeDropDown event to retrieve data from a BAQ.

The BAQ returns 3 columns.

combo.DataSource = BAQdataset

I set the ValueMember = "Column2"

I set the DisplayMember = "Column3"

I even set string[] fields = new string[] {"Column3"}

combo.SetColumnFilter(fields)

combo.DataBind()



When the first dropdown occurs all 3 columns are shown

subsequent dropdowns only have the desired column shown



Is it possible to have the first dropdown only show the desired column??










[Non-text portions of this message have been removed]