Announcement

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

    TreeGridwith different type of objects at each level

    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?

    #2
    See the Tree DataBinding overview - mixed types of nodes are explicitly covered.

    Comment

    Working...
    X