Hi folks.
I have a list view which can be populated with many rows of data (not databound)
Once populated I want to grab the text values of certain sub items - but the ListViewDataItem does not have a subitem property
EG:
foreach (ListViewDataItem item in radListViewPOItem.Items)
{
}
Any tips on how to accomplish a simple task?
Thanks.