Using
SmartGWT 2.4
After many tests, I verified that in all samples, within Demos (current version), about ListGrid, if I repeat the sequence sort + clearSort least twice the ListGrid clearSort don't works, it works only the first time, ListGrid sort although there are no defined any sort criteria.
(this occurrs in all editable listgrid)
Steps
1. Grids/Editing/Edit by Cell
2. Sort by Continent Ascending or Descending
3. Clear Sort
4. Edit Continent within first row, select one different
What is the expected output?
the row position should not change
What do you see instead?
the row position does not change
5.Sort again by Continent Ascending or Descending
6.Clear Sort again
7.Edit Continent within first row, select one different
What is the expected output?
the row position should not change
What do you see instead?
the ListGrid resort also if Clear Sort was selected and if no sort criteria was defined
Any one has any workaround? Thanks,
SmartGWT 2.4
After many tests, I verified that in all samples, within Demos (current version), about ListGrid, if I repeat the sequence sort + clearSort least twice the ListGrid clearSort don't works, it works only the first time, ListGrid sort although there are no defined any sort criteria.
(this occurrs in all editable listgrid)
Steps
1. Grids/Editing/Edit by Cell
2. Sort by Continent Ascending or Descending
3. Clear Sort
4. Edit Continent within first row, select one different
What is the expected output?
the row position should not change
What do you see instead?
the row position does not change
5.Sort again by Continent Ascending or Descending
6.Clear Sort again
7.Edit Continent within first row, select one different
What is the expected output?
the row position should not change
What do you see instead?
the ListGrid resort also if Clear Sort was selected and if no sort criteria was defined
Any one has any workaround? Thanks,
Comment