listview not used for data entry

0
i have a list of question on my left in LISTVIEW .i want a functionality where once i click on question i want to fill the answer but as we no in listview we cant have data entry. i now used data view its on right side of listview and as a datasource i said listen to widget listview and in that listview i have answer field.but it is not correct way how can i achive it. ps: i m working on quiz app  
asked
1 answers
0

You can have editable listviews.

You just have to set the editability in the properties of the listview 

 

Also can you explain why your current setup does not work? Because if you’ve set a data view to ‘listen to’ a list view. The dataview is always filled with the object which is currently selected in the listview. Which from the screenshot seems to be working.

answered