Implementing drop down menus

Hi,

We are trying to implement dropdown menus.
We could implement normal menus but requirement is that when user clicks on menu then it should display a dropdown menu list.

We tried but could not get a solution, can someone point us in a right direction.

Regards,
Sumit

Hi Sumit,

You can create a boolean property set the value as false, then bind the rendered property of drop down (dropdown properties → General → rendered) with this boolean.
Once the user selects the menu, on the action of menu selection set the value of boolean property to true, and your drop down will be displayed.

Thanks

Sumit,

You can also reload the page/form with on change function of the user option. Take the user input, get the drop down list values as array and populate it. I have used it in my custom dsp’s and it works good.

Regards,
Pradeep