Probably already know the answer to this problem, but perhaps i am wrong.
My datagrid is being sorted by Id which is Autonumber.
So if i add a new entry its added at the bottom of the list.
Is there any way to change the sorting to a different nummeric column?
In my database i got a number column which of course if nummeric.
If 5 records got the number 1 in that column and a 6th is added with 1 it currently remains at the bottom.
Clicking the column will order them together, but this will order everything.
Basically its somewhat like adding a new entry in between other entries, instead of just adding a entry to the bottom.