Announcement

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

    Showcase DateChooser

    I noticed on the showcase example:
    http://www.smartclient.com/smartgwt/showcase/#grid_daterange_filtering

    When I select a time as part of the DateChooser, it gets updated in the entry box but not on the right (label) and when I click the DateChooser again it always goes back to the original time.

    See attached image from the showcase.
    Attached Files

    #2
    There was a mismatch between data-types when DateRangeItem.type was unset - we've applied a default of "date" to DateRangeItem which will hit builds from March 4.

    In the meantime, the code in the sample you mention can be fixed by just calling setType() with either "date" or "datetime".

    Comment

    Working...
    X