Hi all,
I'm in need of a way to programmatically drop down the list in a webcombo. I looked through the Webcombo documentation and also experimented with it, but so far I am unable to find a solution.
Does anyone have any insight?
Regards,
Brad
You can use the setDropDown() function in the client-side object model of WebCombo. Pass in true to drop it down, or false to close it up.
I don't believe that this can be done in server-side code.
Excellent. However, I am using this function inside my javascript code for the InitializeCombo event. It seems to have no effect.
I tested it in other places, and so far it only seems to work in AfterDropDown() using setDropDown(false).
Is there documentation available for the client-side functions of webcombo?
Thank you again.