Search Results for

    Show / Hide Table of Contents

    July 2022

    ManyToManyRelationCell

    The ManyToManyRelationCell allows to select multiple values in a combo box.

    ManyToManyRelationCell

    <ManyToManyRelationCell BackReference="UserDetailRolesOfUserDetail" Relation="APP_UserRole" DisplayProperty="APP_UserDetail" />
    

    TreeViewRelationCell

    The ManyToManyRelationCell allows to display hierarchical data in a combo box.

    TreeViewRelationCell

    <TreeViewRelationCell Condition="=:Iif(Current.Project = Null, '1 = 0', 'Current.Project = Null Or Current.Project.ProjectUuid={' + Current.Project.ProjectUuid + '}') + ' And (Current.Closed = Null Or Current.Closed = False)'" Content="=Current.APP_Task" ParentRelation="USR_ParentTask" DisplayProperty="APP_Fullname" />
    

    Bug Fixes & Improvements

    • SelectFirstIfNewAndSingle in RelationCells
    • add 'add' and 'edit' buttons to RelationCells
    • fix: when selection RelationCell values via lookup list select button was not enabled when exactly one element was selected
    • Improve this Doc
    In This Article
    Back to top Copyright © 2020 software architects gmbh