Hi,
When adding new record to ListGrid with startEditingNew method it could be useful sometimes to have the possibility to show the new record - while it is unsaved and still edited - on top of the list.
If we have a list sorted in descending order by some incremental id or creation date , we know that this new record will end up on top after it will be saved. Right now it will scroll down the list to the bottom, load some bottom records and show the form far from the context.
Best regards,
Janusz
When adding new record to ListGrid with startEditingNew method it could be useful sometimes to have the possibility to show the new record - while it is unsaved and still edited - on top of the list.
If we have a list sorted in descending order by some incremental id or creation date , we know that this new record will end up on top after it will be saved. Right now it will scroll down the list to the bottom, load some bottom records and show the form far from the context.
Best regards,
Janusz
Comment