I created a data bound listview in a Windows 8 HTML5/JavaScript app, I would like to modify the data bound to the clicked cell. For this I am using the ListView.oniteminvoked event.
The data is successfully modified, but the cell does not refresh.
The documentation says I should probably use "msSetImmediate", but I cannot understand how.
How to refresh the single cell? Could you provide me an example in which once clicked, the cell changes its content based on the modified data?