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
555
ClientEvents Question
posted

Hi, I want to load some items to WDD (with EnableCustomValue='true') from client-side on the first load of the page.

If the user makes any selection out of the pre-loaded items in the WDD, I will reload the page to show some related activity and also re-load the WDD control with the same initial items

But if the user tried to type in any text to perform a search (executed on server), I want to load the WDD with the search results  and not the initial items list.

My question is, is there any ClientSide events e.g. Initialize that I can hook up, to load items into the WDD on each page load except when user performs a custom search? Please advice.

Thanks,