Hi Isomorphic,
when editing rows that should be out of view according to the current sorting you remove the sort in order not to have the just edited row out of view (like you recently answered e.g. here).
This does not happen for new added rows, where the behavior should be the same. See this testcase using the online showcase (now using v11.0p_2016-11-04, happens also in my testcase using v10.1p_2016-11-03).
Even if you update existing records (no resort) and then add another record, the previously updated record is resorted.
This is a minor one for me.
Best regards
Blama
when editing rows that should be out of view according to the current sorting you remove the sort in order not to have the just edited row out of view (like you recently answered e.g. here).
This does not happen for new added rows, where the behavior should be the same. See this testcase using the online showcase (now using v11.0p_2016-11-04, happens also in my testcase using v10.1p_2016-11-03).
- Open sample
- Sort by country name (Brazil on top)
- Click "Edit new"
- Note that the ListGrid scrolls to the end
- Enter "AA" as county name
- Note that the sort is removed (as expected) but that the record is on the very top (as if the ListGrid is still sorted) (bug#1)
- Click "Edit new" again
- Enter "AA2" as county name
- Note that the record is again put in order as if the ListGrid was still having a sort (which was removed in #6, at least the sort indicator is not shown).
Even if you update existing records (no resort) and then add another record, the previously updated record is resorted.
This is a minor one for me.
Best regards
Blama
Comment