Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1763
WebCombo DataBinding taking forever
posted

I am currently using an embedded webCombo as a Column Editor for my ultrawebgrid, however, when I build the dataset and assign it to the combo's datasource to perform the databinding, the page load takes an eternity to actually show the page's content. I know it has to do with the combo's databinding because when I commentarize this, everything goes ok.

Not everuthing is bad, the combo works fine with something around 30 rows worth of data (2 to 5 columns), but when my DataSource has 50 - 100 rows, everything kinda' crashes. So, is it it's normal behaviour? Is that why we have paging and XmlLoadOnDemand? Is there another way to optimize the app sp that the page can be loaded faster and the combo has all of it's data always available?

Any guidance is appreciated. Thanks.