Hi,
I have got a class results data source which is bound to a GGC(editable). One of the column is Marks, which is string datatype.
I want to sort the marks based on a numeric sorting even though its a string column(as normal string sorting will result in wrong sort order).
Any help is much appreciated.
Thanks & regards,
Meetu
The grid columns looks like as below
|
StudNo
|
StudName
|
ProgramCode
|
Marks
|
|
12345
|
AAAA
|
SRTGV
|
91.02
|
|
57657
|
BBBB
|
DFGG
|
2.00
|
|
575765
|
FFBDD
|
FTRRE
|
91.02
|
|
7688676
|
DDEEE
|
RGGG
|
0.00
|
|
434545
|
EEEEE
|
EDFG
|
|