Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    SelectItem event to capture the same item selected again?

    SelectItem - ChangedHandler and ChangeHandler do not fire if you select the same item twice.

    I need an event I can tie into specifically for when the user selects the same item for the second time?

    #2
    If the same item has been selected, there has not been a change, so these handlers should not fire.

    If selecting the same item has meaning in your UI, we would first of all suggest that that may be counter-intuitive for your end users. But if you need to capture this situation, it is still a recordClick event, which you can capture via installing a handler through pickListPropeties.

    Comment

    Working...
    X