Announcement

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

    How to change the key linking field between TileGrid and Table Layout Form

    How can I change the key linking field in a Split pane with a TileGrid in the Nave Pane and a Table Layout Form in the Detail Pane?

    I am using VisualBuilder v 12.1


    #2
    SplitPane will automatically populate the form based on whatever relation is declared between the two component's DataSources. If that's somehow wrong, you can wire the recordClick event on the TileGrid to the Edit Selected action on the form.

    Comment


      #3
      Note, if you want to design visually, you should definitely be using Reify.com rather than Visual Builder in your SDK. It adds several majors features (such as workflows and Users & Groups) and is being updated constantly with new capabilities.

      Comment

      Working...
      X