Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
75
WebCombo.InitializeDataSource and EnableXmlHttp
posted

On my page, I have added a WebCombo(control with the following settings: ComboTypeAhead = Suggest; Editable =True;and EnableXmlHttp = true.

My intention is for this Combo to fetch its data asynchronously only when needed. However I can't seem to figure out how to get the combo to do this. It always fires the InitializeDataSource event on the first page load. I would think that it should fire InitializeDataSource only when the data is needed (such as when the user starts typing in the control or clicks on it to dropdown).

Is it possible to get the behavior I described? It seems to be a waste to always get the data.

I have version 8.2.20082.1000. Thanks for any info.

Parents
No Data
Reply Children
No Data