Hi,
What was the solution in the end. I am having the same issue.
Cheers
Simon Hall
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??