Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Hi, how can you clear the selected data from a dropdown with an external button?
Hi @AC_9552412,
You can try:
1. Bind external button event/service to SetGlobalSessionBooleanValue
2. Bind the parameter value from GetGlobalSessionValue to ClearSelectionItem of the drop-down widget
so that when the user clicks the button, it can pass the clear selection command to the drop-down widget.
Thanks,
/Yoyo
Hi, @yhan
the option to clearSelectionItem is only allowed if the dropdown is not multiselection, how can it be done with a multiselection?