Announcement

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

    Button in ListGrid

    I want to add a Button to a Record in a listgrid is itpossible?

    thank for answer

    #2
    Hi,

    I am trying to do the same thing? Did you ever find a solution?

    Thanks,
    Arend

    Comment


      #3
      Use a field of type:"icon" and add a CellClick handler.

      Comment


        #4
        Hi,

        I am also trying to add buttons in my listgrid.

        I only found FormItemIcon, there are no ListGridIconFields nor DataSourceIconFields.

        What type of icon should I use?

        Comment


          #5
          On ListGridField, use setAttribute("type", "icon").

          Comment

          Working...
          X