Hi,
I am using the RadAutoCompleteBox in a sharepoint visual webpart. I have all the values when I load the webpart.
I am setting the DataSource for the RadAutoCompletebox in page load, but everytime I enter text in the AutoCompleteBox is does a post back. If I disable postpack, I don't see any type ahead data.
How do I configure the RadAutoCompleteBox so that I provide it the data it needs at pageload and then it should not do any postbacks?
A related question:
How do I configure RadAutoCompleteBox to function on the client side where it calls a asmx webservice to get the data?