Sorting for datagrid in windows form
I am working in C# for windows form.I have two columns in the datagrid,one is string & another is int.I need to sort the data based on the int column when the string column is clicked.Can u pls help?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bechir BejaouiPosted Dec 2, 2008, 4:20 PM
or
Bechir BejaouiPosted Dec 4, 2008, 8:13 PM
If yes then could you tel me what is his index? I mean the position
SayantiPosted Dec 4, 2008, 5:25 AM
Bechir BejaouiPosted Dec 3, 2008, 10:10 AM
SayantiPosted Dec 3, 2008, 12:11 AM
Thanks but it is not solving my problem...I have column called sequence No which has data like :
1st row:1
2nd row:1.1
3rd row:10
4th row:2
5th row:1.1.1
I want to sort this in acending order