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

RadCombo Box Query???/

1 Answer 64 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Ritzie
Top achievements
Rank 1
Ritzie asked on 27 Mar 2009, 05:26 AM
  hello All,

            I want to bind the rad combo box using the database through the dropdown provider.i did the code but the items which are getting binded are appearing several times when I am clicking the downward arrow on the rad combo box.




please help me with this
thanks in advance
ritzie

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 30 Mar 2009, 06:26 AM
Hello Ritzie,

If the AppendDataBoundItems property is set to true, when the RadComboBox control is bound a second time, the previously loaded items will not be cleared, hence there will be several sets of items. So probably, setting AppendDataBoundItems to false should resolve the problem. If this does'nt help, you can paste your code here.

Thanks
Princy.
Tags
ComboBox
Asked by
Ritzie
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or