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

Binding is so slow...

1 Answer 133 Views
ComboBox and ListBox (obsolete as of Q2 2010)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Austin Sung
Top achievements
Rank 1
Austin Sung asked on 04 Sep 2007, 07:07 PM
Hi..
I am developing win form project with C#.
I am trying to use RadControls WinForm Combobox that I am setting as datasource for autocomplete but that is so slow.
I just use Task builder.
private void Form_Load(object sender, EventArgs e)
{
    this.custom_CTableAdpter.Fill(this.custom.Custom_R);
}

It is made automatically.

Do i need to additional code?


1 Answer, 1 is accepted

Sort by
0
Georgi
Telerik team
answered on 05 Sep 2007, 04:40 PM
Hi Austin Sung,

Currently RadComboBox shows slower performance when it is bound to a data source with large number of records. We're working on this problem and it will be fixed ASAP. Nevertheless, can you give us more details about your scenario and more precisely how exactly you use the data source so we'll be able to provide you with suitable solution? Thanks in advance.  
 

Regards,
Georgi
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ComboBox and ListBox (obsolete as of Q2 2010)
Asked by
Austin Sung
Top achievements
Rank 1
Answers by
Georgi
Telerik team
Share this question
or