Announcement

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

    RadioGroupItem optionDataSource

    Hi,

    is there any possibility to use optionDataSource with radiogroupitem ?

    #2
    This is not currently supported. If you want this behavior the easiest thing to do would be to issue a one time fetch against the DataSource using dataSource.fetchData(), and in the callback create a valueMap based on the data returned.

    Comment


      #3
      With the current version,
      does this has changed?

      I can see setOptionDataSource in the API,
      but it doesn't trigger a server request.
      If I change the type to SelectItem it works.

      Why doesn't the API work ?

      Comment


        #4
        No change; the recommended approach remains as explained above.

        Comment

        Working...
        X