Announcement

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

    Default to first option, is it possible?

    Hi all,

    For SelectItem form items, there is the option of setDefaultToFirstOption().

    Is it possible to default a select list to the first option, only if 1 record is in the list?

    I guess I could do this with a addDataArrivedHandler handler, but is there a simpler way?

    Thanks,
    Dale

    #2
    A DataArrived handler is the best way to do this, and quite simple.

    Comment

    Working...
    X