Announcement

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

    Best way to link from grid cell for foreign key/table to detail view of other table?

    I am running SGWT 2.5 nightly build. I need to link a column that refers to another table (data source) to a detail view of the matching row in the other table.

    I think that I know how to brute force this but I hoped to find an example of the "right way" to do this, preferably in the showcase examples. Any references to good examples will be appreciated.

    Thanks,
    Mark

    #2
    Originally posted by mark_watson
    I am running SGWT 2.5 nightly build. I need to link a column that refers to another table (data source) to a detail view of the matching row in the other table.

    I think that I know how to brute force this but I hoped to find an example of the "right way" to do this, preferably in the showcase examples. Any references to good examples will be appreciated.

    Thanks,
    Mark
    did you mean this :
    http://www.smartclient.com/smartgwt/showcase/#grid_nested_grid

    In EE version :
    http://www.smartclient.com/smartgwtee/showcase/#master_detail_batch

    Comment


      #3
      Thanks, the second example was very close to what I was looking for.

      Best regards,
      Mark

      Comment

      Working...
      X