after sorting listview when I tried to remove any row from listview its deleting different row

  • Thread starter Thread starter Adi Tan via .NET 247
  • Start date Start date
A

Adi Tan via .NET 247

Hi All,
I had problem with listview,

I am able to sort the columns in listview and after doin the sort, if I try to delete a row from ListView its deleting another row.

any help is highly appreciated.


Thanks
Tan
 
Adi,
I am able to sort the columns in listview and after doin the sort, if I
try to delete a row from ListView its deleting another row.

The change is very high on that when you are using the same index when there
is more than 1 row. Can you show with a small piece of your code what you
want to do.
(And copy and paste it than first using notebook otherwise it is mostly
terrible to read in a message)

Cor
 
Back
Top