Hi
I am using webdropdowns in a page. While page loading first all the controls loaded and shown to user fastly other than webdropdowns. After 2-4 secs(After all others controls loaded) only, the webdropdowns visible to the user. Why it is slow while loading? I think the webdropdowns are hidden or some bugs in it. Can you please resolve this issue in webdropdowns? Give me the solution to fix this? Urgent.
Thanks.
Sridhar
Hi Sridhar,
Could you tell me what's your setting for EnableAutoFiltering? Is it set to "Off" or "Server" ? How many items do you have in the WebDropDown? Also, which build number do you use?
Thanks,
Angel
Hi Angel,
I noticed this issue exists in your online samples also. Check the attachment for details(Webdropdown -> Databinding). Here there is only one webdropdown. But I am using multiple wdds inside tab. So it dint show any items(Current value) for 2+ seconds. I think you understand my issue clearly now.
Thanks
This is the normal time to load any HTML content on the page . It's not related to the dropdown or any infragistics control. The issue is that the current value is set only after the page is loaded, in the initialize function that any of the AJAX control implements. Yep, It would be better to have it set during the rendering itself, directly in the input
I agree with you that this is still an issue (but not related to actual performance). I will log an internal bug and let you know ASAP once it's fixed.
Thank you for the feedback,
Internal bug 22504 has been logged and I have already fixed it. Again, this is not directly related to the performance itself. I will let you know additionally in which Service Release you can expect the fix to be.
Hai
Did the fixed issue version released or not? This is to remind you. I am waiting for the solution.
I have about 35 webcombo in my webpage the page takes about 30 seconds to load. If I use asp DDL, its about 3 seconds. Without any data attached to the combo its takes 22 seconds. During load I see the combo as below and each of the combo fixes itself one at a time. I think initialize takes long time. I'm using bit older version "7.1.20071.40". Any fix available for this?