Announcement

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

    treegrid in dropdown

    I could've sworn there was some example where a tree grid such as the one in the sample below is used in a dropdown.

    /isomorphic/system/reference/SmartClient_Explorer.html#treeDragReparent

    So I pretty much want this functionality isomorphic/system/reference/SmartClient_Explorer.html#dropdownGrid but with TreeGrid.

    Does it ring a bell? If not, is it doable?

    #2
    Not sure what you're thinking of. We don't out of the box have a selectItem type item that shows a TreeGrid rather than a ListGrid.

    Our standard way of presenting hierarchical (tree) data in a form item is using the PickTreeItem (see /isomorphic/system/reference/SmartClient_Explorer.html#pickTree)

    It would be possible to build a TreeGrid based drop-down using a custom CanvasItem if you're wedded to the standard TreeGrid appearance.

    Comment


      #3
      Kind of like the tree grid look better - is it difficult to implement?

      Comment


        #4
        In terms of a framework feature, it would certainly be possible (and not too difficult) to implement, but it's not a trivial change we could just "turn on".
        This would be eligible for Feature Sponsorship. If you'd like to take this route, please contact us and we can get you an estimate.

        Comment

        Working...
        X