Child nodes in grid to allow user to multiple update a true/false property
I am trying to create a content dashboard feature that allows users to set a property to true/false on child nodes of a parent node in a grid format.
The main idea is to allow the admin users a quick way to update the property for multiple child content in one go instead of doing it the normal way i.e via tree menu > content window etc.
I have added a property IsCategory on the parent node to allow the node name etc to be pulled into a dropdown.
If a user selects an option in the dropdown then all the children of that node should appear underneath in a grid format and the IsCategory property showing an editable true/false for each of the child nodes.
From this grid the user can update the IsCategory property for several child nodes.
I am new to Umbraco custom development so any help is appreciated, thank you.
P.s This feature should be added as a default to the listview as that just shows the information but does not allow editing within the grid.
Child nodes in grid to allow user to multiple update a true/false property
I am trying to create a content dashboard feature that allows users to set a property to true/false on child nodes of a parent node in a grid format.
The main idea is to allow the admin users a quick way to update the property for multiple child content in one go instead of doing it the normal way i.e via tree menu > content window etc.
I have added a property IsCategory on the parent node to allow the node name etc to be pulled into a dropdown.
If a user selects an option in the dropdown then all the children of that node should appear underneath in a grid format and the IsCategory property showing an editable true/false for each of the child nodes.
From this grid the user can update the IsCategory property for several child nodes.
I am new to Umbraco custom development so any help is appreciated, thank you.
P.s This feature should be added as a default to the listview as that just shows the information but does not allow editing within the grid.
is working on a reply...