Announcement

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

    button embeded in selectitem

    How to implement a selectItem with a button embedded in it. Please advice.

    #2
    A button embedded where? What does the button do?

    Comment


      #3
      As the attached file shows, two radio buttons are on left side and on right side. if we pick right radio button, then the selectItem pick list will change accordingly. They are put into cell of grid.
      Attached Files

      Comment


        #4
        If you want that exact appearance (3 form controls in one column, as opposed to putting them in separate columns), then create a DynamicForm with just those three FormItems, and embed it in the grid as either a CanvasItem (with normal inline editing enabled via canEdit:true) or as a recordComponent (see getRecordComponent).

        Comment

        Working...
        X