WebGUI DataItemIndex

0
0

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 must to post comments
0
0

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

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.