Announcement

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

    Multiple components in single cell listgrid

    Hai

    Is there any way to implement multiple components like checkbox,links in a single cell in listgrid field in list grid?
    I am attaching the screen shot.The red color indicates the multiple rows in the screen shot.
    I have to do the screen in smartGWT.
    Please reply...
    Attached Files

    #2
    You can implement createRecordComponent and return any content for a single cell. Set 2 parameters:
    setShowRecordComponents(true);
    setShowRecordComponentsByCell(true);

    The example in showcase: http://www.smartclient.com/smartgwt/...d_cell_widgets

    Comment


      #3
      Thanks for your quick reply.
      Its working fine...

      Comment

      Working...
      X