Announcement

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

    datasource grid + form

    Hello!

    I've got a ListGrid and a DynamicForm and I use the same datasource for each component. But I have a datasource field with some information. I don't need this field in my form. Can I remove it from the form?

    Thanks

    #2
    You might want to try this:

    Code:
            DynamicForm df;
            df.getField("xxx").hide();
    regards,
    Andrius J.

    Comment


      #3
      It's works. Thanks

      Comment

      Working...
      X