Announcement

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

    Problem with comboboxitem displaying items with "enabled" property

    Hi, this is a classic listgrid-problem, i.e. that if you have a object with an "enabled" column, it clashes since smartGWT uses it.

    For grids, i usually do
    Code:
    listGrid.setRecordEnabledProperty(">>");
    But i can't see a similar method for ComboBoxItem, resulting that certain items are grayed out and not clickable.


    I non-trivial for me to change the value server-side, so i was wondering if there is any way around this, similar to ListGrid?

    #2
    Same property, just set it via pickListProperties.

    Comment


      #3
      Please allow me to congratulate you on your swift, concise and friendly response.

      Plus, it worked! :)

      Comment

      Working...
      X