Hi,
I am looking to configure my treelist so that certain columns are editable for only "parent" node while some others are editable for only children.
I see that TreeListDataSource.fields can have "editable" set as true or false, but is there a way to conditionally set them to true or false, based on whether I am dealing with parent or child row?
Say I have the following columns A, B, C, D, E.
I want A, and B to be editable at the parent level, while C, D and E should be editable at children level
Thanks,
Labhesh