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 Angel,
Finally You got my point. I think you can use the same(Infragistics Samples browser) website. I dint have any sample website yet. The web dropdowns should load like normal dropdowns. This slow behaviour have to be modified. The current value should be visible fasly like others. Let me know if you need any input from me or If you found solution let me know quick.
Thanks
Hi Sridhar,
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,
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.
Yes I understand this - because current value is set during Initialize(), and initialize client-side function is called after the html for the page is loaded. It can be rendered directly in the input as "value" , but this will still mean that initialization has to take place (behind the scenes). If this is satisfactory for you I can submit a bug to modify this behavior.
Could you send me a WebSite that demonstrates this issue? You mentioned you have only 10 items in the dropdowns, there shouldn't be any issues with that at all. Maybe it's just too many other controls on the page which causes the slowdown?
Thanks,
I forget to attach the file. Please find the file to understand the scenario.