In VWG, I used to use the ListViewItem.DataItemIndex to get the index of the data item, but now I realize that Wisej does not have that property. Is there any way in which I can do this in Wisej too?
myDataTable.Rows[myListViewItem.DataItemIndex][this.myColumnName] = str;
You might find this documentation to be helpful:
ListView: https://docs.wisej.com/api/wisej.web/lists-and-grids/listview
ListViewItem: https://docs.wisej.com/api/wisej.web/lists-and-grids/listview/wisej.web.listviewitem
Hi Ezequiel,
we can’t guess from a single line of code what that property might have done in Visual WebGui.
If you put together a compilable test code that clearly shows what you’re trying to achieve, we can check it.
Best regards
Frank
Please login first to submit.