wondering if you know if there is a way to force an editable grid view form to show the new addition at the top of the list instead of the bottom?
Kev
wondering if you know if there is a way to force an editable grid view form to show the new addition at the top of the list instead of the bottom?
Kev
No idea. What about and Order By in the sql ?
if you write te code yourself in a blank app it is possible. But will be a lot of work to match the layout and CSS.
a work around would in using a form with a nested grid below. The form then would be used to enter the new record. The nested grid to list the records already in the table.