Posted 21 May 2012 Link to this post
RadListView1.SelectedItem.SubItems(3).Text =
"Test"
Posted 23 May 2012 Link to this post
Posted 27 Jul 2015 in reply to Peter Link to this post
Hi Peter,
you can do like this
RadListView1.SelectedItems[0].SubItems[3].ToString()="Test"
this will work for you.
Thanks
Jasmeet