Announcement

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

    Any idea of making a 'comboBox Tree' widget?

    Hello everyone,

    I've tried this :

    TreeGridField treeField=new TreeGridField();
    SelectItem item=new setPickListFields();
    item.setPickListFields(treeField);

    but it doesn't like tree,it just like a listGrid


    any one has idea about this widget?

    please help me...

    thank you!!

    #2
    I have the same problem, maybe someone knows a solution

    Comment


      #3
      Are you looking for something like the PickTreeItem?

      Comment


        #4
        Yes, I have tried it but I need use combobox with tree in PropertyGrid. And PickTreeItem has some problems there (When I click on the cell I don't see PickTreeItem. When I click on next cell, PickTreeItem is shown but I can't chose an element inside PickTreeItem).

        Of course, PickTreeItem works well separately.

        Comment

        Working...
        X