Version: v11.0p_2017-02-11/PowerEdition Deployment (built 2017-02-11)
I am using .ds files pointing to POJOs for showing listgrids.
Now, I need to show a tree grid which has different type of objects at each level. Also user can select either parent object or child object i.e. if a user selects a parent all children get selected. At the end i need the ids of all selected records.
Can i use a treegrid for this purpose? Also what should be the structure of POJO?
I am using .ds files pointing to POJOs for showing listgrids.
Now, I need to show a tree grid which has different type of objects at each level. Also user can select either parent object or child object i.e. if a user selects a parent all children get selected. At the end i need the ids of all selected records.
Can i use a treegrid for this purpose? Also what should be the structure of POJO?
Comment