I am new to this library. I added the webdropdown to my page (I am trying to utilize the autocomplete), in my code behind I populate the datasource. When I run and go to the page. Every 3 seconds it posts back and no data is added. i need help. Thanks.
Hi,
This is very strange and unexpected behavior. If you open:
http://samples.infragistics.com/2009.1/WebFeatureBrowser/Default.aspx
go to WebDropDown => Data Binding , and using FireBug or some other debugger, put a breakpoint in the initialize client-side function for the dropdown (should be in the scriptReference for $IG.WebDropDown) you will see that it is invoked only once . I don't see any automatic postback every couple of seconds.
Maybe some other code in your ASPX page is triggering this behavior? Could you post your ASPX and code behind?
Thanks a lot,
Angel
I actually stripped out my masterpage and the dropdown is working correctly. So I think I have other problems I need to figure out. Thank you for the help.