Announcement

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

    Select item grid filtering

    Hello Isomorphic.

    We spotted an issue while using SelectItem with grid (multiple fields with filters).
    When you first open the component, scroll to the bottom of the list. Enter some value into one of filters, so that amount of items shown is reduced. The grid is shown empty and scrollbar stays at same place. Only when you move scrollbar manually to the top, grid is not empty.
    This works perfectly in case data is fetched page by page. But in our case we want all the data to be present on client and do all filtering and sorting on client side.
    To reproduce this, Multi-field search example from showcase can be used. The only change you have to apply there is put dataPageSize to bigger value in pickListProperties variable, like that:
    ListGrid pickListProperties = new ListGrid();
    pickListProperties.setShowFilterEditor(true);
    pickListProperties.setDataPageSize(9000);
    (just add the last line to existing code).

    We currently use version 5.0 of SmartGWT so please provide fix for this version.
    Thanks in advance for your help!

    Best regards,
    Iaroslav

    #2
    Thanks for the notification.
    We've made a change to address this issue and ported it back all the way to the 10.0 / 5.0 branch.

    One note: if you are doing active development we would definitely recommend you upgrade the SmartGWT version. Active development should typically be done on the latest stable version of SmartGWT (currently 11.0p) to ensure you get the latest features. (If moving to 11.x isn't an option, there also 10.1 which is more recent than 10.0).
    We do continue to support and add fixes for older branches wherever possible for the case where you have an application in production that needs a fix. However there may be some edge cases where this is prohibitively difficult, and we also don't guarantee that other fixes which weren't explicitly reported against an older branch, will be back-ported.

    Regards
    Isomorphic Software

    Comment


      #3
      Thanks for your quick reply, Isomorphic.

      Did this already go to the build dated 2016-12-01? Or should we wait for next one?

      Also, we do consider transferring to newer version, but unfortunately it takes a while. Thanks for the advice.

      Regards,
      Iaroslav

      Comment


        #4
        It should be in the build dated Dec 2 (today's build)

        Comment


          #5
          Unfortunately I can't see any builds after 1st of december. Can you, please, double check?

          Comment


            #6
            Sorry for the confusion. We're currently working on a problem with the build process which is preventing builds from being generated. We should have this resolved soon.

            Regards
            Isomorphic Software

            Comment


              #7
              Hello again.

              Do you have any updates?

              Regards,
              Iaroslav

              Comment


                #8
                We're still working on this but will follow up when it is resolved so you can be sure not to miss a build.

                Comment


                  #9
                  There is now a 5.0 build dated December 8 available here
                  Sorry for the delay, and please let us know if this doesn't resolve your issue.

                  Regards
                  Isomorphic Software

                  Comment


                    #10
                    The fix works for us. Thanks for your help, Isomorphic.

                    Regards,
                    Iaroslav

                    Comment

                    Working...
                    X