Announcement

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

    dynamically hide fields for components on datasource

    Hi,

    Let's say a datasource has 5 fields.
    I would like to have a grid and a form using the same datasource, however, the grid should hide 2 fields, but the form should display all fields.

    Looks to me that the hidden attribute is for the datasource field, not for the component.

    Is this possible or I need to manually set fields values, etc?

    Thanks
    Jonny

    #2
    Don't mark the field hidden in the DS. In the grid define the fields you want to show. You don't need to provide properties manually that are assigned in the DS as long as you use names matching the fields in the DS.

    Comment

    Working...
    X