DataSource initial load time issue

  • Thread starter Thread starter Daniel
  • Start date Start date
D

Daniel

Hi there,

I'm working on a app that has a number of combo boxs, my issue is that on
loading the app, when the code gets to the datasource property of the first
combo box it takes about 4 seconds to load. I have tried binding it to a
table or to a table view, i have also tried adding the elements into an
Array List and then binding to that but this did not have any effect. The
table that i'm trying to bind to is a small table with about 20 records max.

It only happens on the first combo box that is loaded, all the others load
really quickly.

Has anyone else encountered this?


Daniel
 
Further to this issue, i belive that it may have something to do with the
binding context of the form also this form is in a tab page which may be a
factor as well.
 
Back
Top