Announcement

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

    Listgrid Transpose

    SmartGWT POWER Version - 5.1
    Jave 1.7
    GWT 2.6.0

    Currently ListGrid displays records horizontally.
    Is there a way to transpose a ListGrid, to display records vertically?

    I would like to use DataSources to create Listgrid data (transposing).
    I am facing issue in displaying the database column multiple times in ListGrid using DataSource.

    In below Example below "Col Header 1" & "Col Header 2" are columns in the database but here how to use the same column name multiple times in ListGrid using DataSource.
    If I create DataSource Field with same name then it will override the previously created Field.

    Please refer the attachment for how ListGrid should display.

    Thanks in Advance
    Attached Files

    #2
    Hi jaikumart,

    use a different name-attribute in your .ds.xml while having it point to the same nativeName all the time.

    Best regards
    Blama

    Comment


      #3
      Thanks Blama for the response,

      My requirement is to use the single table column and display multiple times in the ListGrid.

      Comment


        #4
        Hi jaikumart,

        please try my suggestion.

        Best regards
        Blama

        Comment


          #5
          Also see the frozen columns samples. Perhaps you don't need the columns many times after all.

          Comment

          Working...
          X