Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    TreeGrid custom sorting question

    I need to view some "versions" in TreeGrid (ListGrid). It should look like:

    1.0
    2.0.1
    12.0.2

    The problem is that when I sort by the field my versions appear sorted as a regular string in order like this

    1.0
    12.0.2
    2.0.1

    Is there any possibility to alter sorting? You have a link in javadoc {@link com.smartgwt.client.widgets.grid.ListGrid#alterSort} but it points nowhere.

    I use SmartGWT 2.2, GWT 2.1
Working...
X