Hot answers tagged list-view
1
Its a ribbon button that executes /_layouts/reorder.aspx?List=[GUID] in the modal dialog window. So I see these options:
try to find out what other query parameters reorder.aspx could have
quick look into it, reaveals that it relies on m_listItems javascript variable, you may try to redefine it.
edit reorder.aspx code
create new ribbon button that will ...
1
You can use Custom Schedule Job, Timer Job or PowerShell (also PowerShell script on CodePlex ) as described here.
There is also MSDN`s article on this. An article on Microsoft Sync Framework can be found there, as well.
Also, here is a Tutorial by Raymund Macaalay on how it can be done.
Only top voted, non community-wiki answers of a minimum length are eligible