Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Verified Answer
+3
person also asked this
people also asked this
Replies
5 replies
Subscribers
8 subscribers
Views
6546 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Tree Row Grid with selection
mariohp
over 8 years ago
Hello, I need to create a grid with a tree row layout, like the SAIL recipe of the Appian documentation, the example is working fine but I need to make it selectable. How can I implement that?
I send you an image of what I'm doing.
OriginalPostID-254088
Discussion posts and replies are publicly visible
0
sikhivahans
over 8 years ago
@marioh I believe it's tough to comment without seeing the code. At a high level what I could suggest is, in the 'selectionSaveInto' of the grid, populate the 'seleccion' variable with those records(the data variable used for the editable grid) whose identifiers matches with the values of 'selectionValue'.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
+2
pallavis763
over 8 years ago
@marioh, I have tried below code for making tree grid selectable. Code is currently selecting only one row at a time. You can check on allowing multiple selection. Hope this helps !!
TreeGrid_Selection.txt
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Reject Answer
Cancel
0
rachelz290
over 7 years ago
Is there a way to make this dynamic? I would like to be able to further drill down on each of the children, and potentially grand children and further generations. The tricky bit is, there are an unknown number of generations. Any advise appreciated.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Satty
over 6 years ago
in reply to
pallavis763
Really help full recipe, thanks
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Satty
over 6 years ago
in reply to
pallavis763
Multiple selection also working, just need to make minor changes
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel