Reputation: 789
In the list, I set-up "ID" column and "Title" column.
I added 10 items in the list, and I'm trying to put the 10th item between 1 and 2. After my research, many people said I can't manually change ID number... Is there a way to re-order the item? deleting every items is the only answer?
Please help!
Upvotes: 6
Views: 80998
Reputation: 1
I also got stuck with this and couldn't use the previous answers as I couldn't see the buttons they spoke of in the ribbon.
I went to List > List Settings in the ribbon. At the bottom of the list settings page I click on a View to edit it (or create new view). Unser the heading Sort you can change the column you wish to sort by and change from descending to ascending etc.
Upvotes: -1
Reputation: 11
You can manually change the items order if you create your list based on a link list definition. This kind of list allows you to re-order items as you require through a ribbon button. I use this workaround often.
Upvotes: 1
Reputation: 1
Updated steps:
Upvotes: -2
Reputation: 31
I know this is an old post, but I thought this might help someone who might be looking for an OOB answer. Go into your links list so that you see your List Tools, Items and List at the top. Select Items. There is a Change Item Order Icon in the Ribbon. This will allow you to renumber the Links in your list and change the order.
Upvotes: 3
Reputation: 1
Column Setting will only change the order in the SharePoint List. To change the view order Use the Modify View Selector to adjust the way the fields are sorted. Modify View is found on the ... next to Find and Item Box or If your in the site setting it is under View on the lower 3rd of the page
Upvotes: 0
Reputation: 5
Actually, if I understand the question, it was just what I was trying to accomplish and spent most of my morning working on.
Upvotes: -2
Reputation: 157
The ID Column is SharePoint inbuilt and you can not change the value of it. for your solution either you need to delete all item and insert it again or as @Nigel Whatling say you have to add SortColumn
Upvotes: 0
Reputation: 2391
The ID column is an internal identity-like column. You cannot change the value. If you need a column that you can order by (and change), just create a new column called SortOrder or something. Then sort by that column.
Upvotes: 6