Hello, I have hierarchical data nicely binding to a PopUpMenuButton which I'm using on form.
I've managed to create a handler that changes the label when an item is selected but can't seem to figure out how to pre-set the value of the PopUpMenuButton when the user wants to edit an existing record. Try something like this but it didn't work Menu(categoryPopUpMenuButton.popUp).selectedItem = _posting.category; Thanks, Arshak

