Announcement

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

    Nested Grid Doubt

    Hi,
    I was looking at the nested grid example http://www.smartclient.com/smartgwt/showcase/#featured_nested_grid in the smartgwt show case where they placed listgrid in the expansion component. Can we place only related components in the expansion component (list grid for a list grid) or any other components (i.e layout,form etc)?. And if we use expansion component does the grid show expansion component for all the records or can we control it to display expansion component for few selected records?
    Can anyone clear these doubts.


    Thanks
    Kiran

    #2
    That component can be anything, it just happens the example is a grid, but once you override the function you could put other contents.

    Also every ListGridRecord has the function setCanExpand() which will allow/not allow expansion of the record.

    Comment


      #3
      Hi Svjard,
      Thanks a lot for the reply. I will try using setCanExpand() method.

      Thanks
      Kiran

      Comment

      Working...
      X