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
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
Comment