Announcement

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

    Change available options in combobox in RelativeDateItem

    Hi everyone,
    we are using smartGWT 2.4 (latest stable version)

    We would need exactly the component RelativeDateItem but not with all those options in the combobox' picker list like "N days ago" and so on.
    Our client finds it too complicated. We only need "Today" "Tomorrow" and "Yesterday"

    So my question is: is it possible AT ALL to configure the picker list values?

    I tried to overwrite the option data source, but my code is ignored.
    I tried to limit the picker list to the first 3 values (which are the ones I need) but I can't find a proper method for that in this component (like maxRecords or maxCols in a ListGrid)

    Thank you in advance for any help and have a nice day.



    Laura
    Last edited by glitterylally; 1 Apr 2011, 05:05.

    #2
    Added some corrections, so bumping it to the top

    Comment

    Working...
    X