Hi,
A quick question.
aTreeGrid.getSelectedPaths() returns the path of the selected record. I would like to get the path using the name rather than the id. I can't find a method that do this. Is there a method for it or do I have to implement it myself?
eg. aTreeGrid.getSelectedPaths() returns [ "/709/13358" ] but I like it to return something like this "/folderA/file.csv.
Regards.
A quick question.
aTreeGrid.getSelectedPaths() returns the path of the selected record. I would like to get the path using the name rather than the id. I can't find a method that do this. Is there a method for it or do I have to implement it myself?
eg. aTreeGrid.getSelectedPaths() returns [ "/709/13358" ] but I like it to return something like this "/folderA/file.csv.
Regards.
Comment