I have a list view which is bound to a DataTable source.
The sorting works, kinda.
For text is fine but not so much for numbers.
For example if I sort 1-12 descending I get 9,8,7,6,5,4,3,2,12,11,10,1.
How to get the proper sequence?
I am using:
lvPos.Sort("Position", SortDirection.Descending);
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…