Hi,
I have a field in a listGrid with contents like this:
"1 A"
"2 A"
"10 A".
When sorting the listGrid to this field, it is sorted in a string-based way:
"1 A"
"10 A"
"2 A"
Is it possible to sort it like this:
"1 A"
"2 A"
"10 A" ?
Using smartGWT 4.0p Power.
(Edit: I mean the user-sorting, i.e. when he clicks on the field title).
I have a field in a listGrid with contents like this:
"1 A"
"2 A"
"10 A".
When sorting the listGrid to this field, it is sorted in a string-based way:
"1 A"
"10 A"
"2 A"
Is it possible to sort it like this:
"1 A"
"2 A"
"10 A" ?
Using smartGWT 4.0p Power.
(Edit: I mean the user-sorting, i.e. when he clicks on the field title).
Comment