Announcement

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

    Getting an extra row in List Grid

    Using version /builds/SmartGWT/2.5p/PowerEdition/2013-02-08

    I am getting an extra row in List Grid after my own data(returned from fetch call using Criteria). I also having the same Grid at another place where it is working fine.
    The only difference between both Grid properties is I am having one extra field (Grid in which getting an empty row).

    If i remove this field then it is working fine.

    Using the same datasource for both the grids.

    #2
    An additional column will not cause extra rows, but there are other causes.

    Check the RPC tab to see the result you are returning to the browser. It may contain an extra row.

    Also, if you are using vertically autofitting rows, blank space will be left at the end of the grid. This is not a row; you can tell because it has no rollover styling changes.

    Also, as we've mentioned previously, you really really need to plan an upgrade. 2.5p pre-dates multiple browsers that have become common now, and issues specific to these browsers will not be patched for 2.5.

    Comment


      #3
      Now we migrated to 3.1p release.
      I checked RPC tab I am only getting one record. This what I expected. One thing here I am using setAlwaysShowEditors to true.

      And if i use setAlwaysShowEditors to false then it works fine.

      Please see the attachment
      Attached Files
      Last edited by DSingh; 13 Feb 2013, 20:58.

      Comment


        #4
        That setting alone also does not cause a problem.

        If you'd like us to check this out as a possible framework bug, please provide a way to reproduce it. We recommend starting from a product sample, and attempting to modify it until it shows the issue.

        Comment


          #5
          Steps to reproduce the bug.

          Use DataSourceDMI sample from smartgwtpower-3.1p\samples\ds-dmi

          Add boundList.setAlwaysShowEditors(true); (boundList is instance of ListGrid)

          Run the example you we will get an extra row at the end(Blank Row).

          Comment


            #6
            Any update.

            Comment


              #7
              Any updates...

              Comment


                #8
                This is assigned to a developer for investigation. We will update as soon as we have any information for you

                Comment


                  #9
                  Any update on this issue.

                  Thanks,
                  Deepak Singh

                  Comment


                    #10
                    We have made a change to address this issue. Please try the latest nightly build and let us know if you continue to see it

                    Thanks
                    Isomorphic Software

                    Comment


                      #11
                      It's working now.

                      Thanks,
                      Deepak Singh

                      Comment

                      Working...
                      X