0

I have multiple records which needs to be displayed as part of a search. A single result can contain multiple records associated to it. If there are multiple records I need to display the record with (+) and when clicked it further displays the list.

Any pointer are appreciated..! ( Currently on GWT 2.2)

RAS
  • 8,100
  • 16
  • 64
  • 86
user874722
  • 149
  • 1
  • 3
  • 16
  • Custom DataGrid uses features that are not available on 2.2. I think for this you need 2.5.1 – Spiff Jul 14 '13 at 09:21

1 Answers1

0

Widget list

Tree or maybe StackPanel seems like it would be useful here.

Marconius
  • 683
  • 1
  • 5
  • 13