|

January 27th, 2012, 04:52 PM
|
|
Authorized User
|
|
Join Date: Sep 2007
Posts: 62
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
VB.Net 2008 Sort DataGridViewTextBoxColumn Numeric values
Iâm using VB.Net 2008 application program.
Iâm using DataGridView, where column types DataGridViewTextBoxColumn. I have 3 fields. 1 field values are numeric, 1 field values are string and 1 field values are decimal.
When I try to sort the string value column, it sorts correctly. But when i try to sort the numeric value column, it sorts as if its string value.
I searched a lot to make it sort numerically. But I couldnât find it.
If you know how i can sort that column, please help me. If you can provide an example, that will be so helpful.
Thanks in advance.
|