Announcement

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

    Date Range Filter problem After upgrading Smart GWT to the 12.1 version

    After upgrading Smart GWT to the 12.1 version, we have a problem with the Date Range Filter.

    DateChooserIcon of DateRangeItem during focusing will be hidden and after lost focusing it will appear again.

    I used the MiniDateRangeItem()

    final ListGridField updateDate = new ListGridField( "xxx", "xxxxx" );
    updateDate.setFilterEditorProperties( new MiniDateRangeItem() );
    listGridFieldList.add( updateDate );



    I would appreciate it if help me with this problem.

    #2
    Hello, the MiniDateRangeItem and associated DateChooser component can be seen to be working normally in the SGWT Showcases.

    Please let us know if you can find a way to reproduce the claimed problem.

    Note that your description of the problem is a little vague, a video or animated gif capture may help.

    You also forgot several required details (browser and OS, exact framework version, etc)

    Comment


      #3
      Thanks for your response.

      I tried to attach a video but I couldn't. How can I send a video here?

      Windows 10
      Google Chrome: Version 87.0.4280.141 (Official Build) (64-bit)
      Microsoft Edge: Version 87.0.664.75 (Official Build) (64-bit)
      SmartGWT 12.1
      GWT 2.8.2 plugins

      Comment


        #4
        Make the video however you like, then link to it here.

        Please bear in mind, a video shows what steps you mean. We still need a way to reproduce it, so if whatever is going on only happens in your app, and you can't make it happen in a sample, the video is of no use, as we need a way to reproduce the problem.

        Comment

        Working...
        X