Notifications
Clear all

[Closed] Listview Sublist text edit

Is it possible have the user change the text of a sublist item? By default you can have the user change the first item but none of the others.

-RyanT

3 Replies
 eek

sublist as in subcontrollers? because you could do:

$.pos.controller.setname 1 “test” etc

eek

1 Reply
(@erilaz)
Joined: 11 months ago

Posts: 0

I think Ryan means as in a tree list. You can edit the root name, but not the subs it seems. I’ve had a look, but no solution thus far. Not too familiar with those lists.

Yes, Erilaz that is what I want. Thanks eek for trying ;o) I think I found a different workflow of how to use the listView. One solution would be to double click that column and pop up a editText dialog to change it.

-RyanT