Announcement

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

    ListGrid inside DynamicForm?

    Hi,

    I am using SmartClient Power 8.0. I have a requirement in which i require to have a ListGrid and Add/Delete buttons which control the list inside the DynamicForm. I am unable to add ListGrid inside the DynamicForm. Can anyone give me any pointers??

    Thanks!

    #2
    You can embed the LG inside a CanvasItem or just embed your form inside a V/HLayout and add the LG to the layout along with desired buttons.

    See this example.

    Comment

    Working...
    X