Announcement

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

    Extending ComboBoxItem value map

    Hi all,

    Is it possible to add additional options aside from the ones fetched from the datasource. So I have a combobox which has option datasouce set. I would like user to be able to select an item from the combo box if the item is available in the datasource but also to have one option smth. like "Add new..." which when selected will trigger an action to add a new item to the datasource.
    Can you tell me if this feature is available and how to manage it or if it's not available what would be the best approach to it.

    Thanks in advance !!!

    #2
    Anybody???
    Any idea?

    Thanks in advance...

    Comment


      #3
      Originally posted by mandjeo View Post
      Anybody???
      Any idea?

      Thanks in advance...
      DataSource can do this..takes some work on your part to support it at the server end too. This is an ok article about the topic

      http://blog.bigpixel.ro/2011/03/working-easier-with-datasources-in-smartgwt/

      Comment

      Working...
      X