I have an issue on sorting the items of a listview. I want to give my users the ability to sort the items within a listview by clicking on the column header. if the column contains numbers of different length (e.g. 1,2,5,12,134,135) the sort order is: 1,12,134,135,2,5.
any one have UserDefined...