Current filter:
                                You should refresh the page.
                                0
                                  • i have a treelist in which the first column is populated automatically from the database and three other columns which are empty in order to be filled by the user. i have a textarea below the treelist in which must appear the values of the selected nodes as well as those which the user has entered.

                                    i dont know to to access the value of the selected nodes of the first column and the values that the user has typed in the empty nodes of the three other columns, maybe there is a property similar to the selectedNode.fullpath in the treeviews.


                                    i would really appreciate any kind of help on this

                                    thanks

                                You must  log in  or  register  to leave comments

                                1 Solution

                                0

                                Thank you for your question. Call the TreeListNode.GetValue method to obtain a value of a TreeList node. To get a focused node, use the TreeList.FocusedNode property.

                                You must  log in  or  register  to leave comments
                                You must  log in  or  register  to leave an answer

                                Is your intention to post an answer to your own question?

                                • If so, then proceed.
                                • If you simply wanted to post additional information, ask for further clarification, or to just say "Thanks!", please click Leave a Comment.
                                • If you wish to edit your original question, please use the Edit button in the Toolbox at the top right corner of that entry.