Data Binding

I was wondering if anyone has a solution to this problem. I am binding a data source to a combo box which works fine. The problem is that when the Window form is rendered the text portion of the bound combo box shows the first item. Is there a way to have not items shown?

1 Reply

AD Administrator Syncfusion Team November 21, 2005 11:21 AM UTC

You can set comboBox.Text=""; in the Form Load. This will help you. >I was wondering if anyone has a solution to this problem. I am binding a data source to a combo box which works fine. The problem is that when the Window form is rendered the text portion of the bound combo box shows the first item. Is there a way to have not items shown? >

Loader.
Up arrow icon