Announcement

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

    Over-riding the rendering of the rows in a ListGrid

    Hi,

    I am using SmartGwt 2.2 and I want to have my Canvas that will display the data in the way I want it to. Not in the plain Column-wise display. However I would still want to have the incremental fetch etc. features given by the ListGrid. How to achieve this? Will setBackgroundComponent work in this case?

    Thanks,
    Manish

    #2
    Will this work for you:

    http://www.smartclient.com/smartgwt/...custom_editors?

    Comment


      #3
      Thanks for the reply gsl1. I had seen this example. However, its not solving the problem. I wanted to change the way ListGrid renders a row after fetching the data from the DataSource. e.g. I want the each DataSource field to be placed below each other in a row. Not side-by-side as is the default row-column behaviour.

      Comment


        #4
        Rotating a table is one of the feature of the CubeGrid. As far as I am aware this is brand new in SmartGWT, and I have not used it (but I also wanted to use it before). I believe it's only available in the nightly build, but it'll probably be in the upcoming 2.4 release.

        http://www.smartclient.com/index.jsp#basicCube

        It says you need the Analytics module as well. Unfortunately, this pushes you into the more expensive class of SmartGWT.

        Please let me know if you find any other solution. This is something I am interested in as well. CubeGrid is somewhat overkill for this (though pivot tables are cool)

        Comment

        Working...
        X