This is a migrated thread and some comments may be shown as answers.

MultiColumComboBox Binding Issue

1 Answer 87 Views
MultiColumn ComboBox
This is a migrated thread and some comments may be shown as answers.
meraj
Top achievements
Rank 1
meraj asked on 03 Mar 2011, 08:26 AM
Hi,
   i am using one DropDownList and one MultiColumComboBox
   i want to fill MultiColumComboBox as per DropDownList .

  e.g. I have Owner and Tenant in DropDownList i want to fill MultiColumComboBox
          as per DropDownList  selection on run time.

1 Answer, 1 is accepted

Sort by
0
Accepted
Richard Slade
Top achievements
Rank 2
answered on 03 Mar 2011, 11:50 AM
Hello Meraj,

I think I know what you mean. You have a DropDown, and when you pick a value from that, you want to fill the MultiColumnCombo based on the selected value? If that's so, then you will need to rebind the MultiColumnCombo each time based on the SelectedValueChanged or SelectedIndexChanged of the DropDown.

I hoe this helps, but let me know if you need further information
Richard
Tags
MultiColumn ComboBox
Asked by
meraj
Top achievements
Rank 1
Answers by
Richard Slade
Top achievements
Rank 2
Share this question
or