Announcement

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

    To place a button inside the grid in first row

    I need to place a button as part of the first record inside the databound ListGrid.
    Can anyone please suggest any workaournd for this ?

    Regards
    Renisha

    #2
    Not sure exactly what appearance you need but there are various options. The simplest might be an extra ListGridField of type icon or image (or with a custom formatCellValue method) which displays a button type image and has a cellClick handler that'll do what you want.

    If you actually need to embed a real Button widget within the row you could use addEmbeddedComponent() to achieve this.

    Comment

    Working...
    X