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,
Until I look at some sample code (like a small WebSite project that reproduces the issue), I cannot be sure what's wrong with your scenario. It could be a lot of things, especially if there are different controls on the page. If you attach some example project, i will be glad to take a look and resolve the issue for you. Otherwise I can only be guessing, especially when it come to performance. You can take a look at the online samples, and there are a lot of items in all of the dropdowns - as you can see there there is no issue with performance. Maybe it's just something small - like a property that needs to be changed. It could be the WebTab, yes.
Thanks in advance,
Angel
Hi Angel,
I think you dint understand my question. Just check again once. I attached the screenshot.One thing I want to say is I am using web dropdown inside webtab. Is this causes slow loading? The current value displaying very slowly than other controls are shown fastly(In screenshot group info is a lable control).
Thanks
I am talking about 1000 items and more. It's really strange to me why for 10 items you get this slowdown. I suggest either posting a WebSite sample, or contacting development support to investigate your case in greater detail.
Thanks,
I dint set this property yet. Can I set this to off/Client? It has only 10 items. I don't need paging(why for 10 items?), load on demand binds only when the action done(I think not necessary for 10 items). The current value also coming very slowly. The user may think that the items is not available in its place for 2-4 secs.
The default is Off. You shouldn't get any slowdown on the client, because items are loaded lazily, so only the HTML that's sent can make the browser render slower. Only if it is Client, all items will be created initially on the client and it will be slower.
How many items do you have ?
EnablePaging=true, or EnableLoadOnDemand=true will certainly make a difference.