Tag: Reorder

Order List Items Like in a Meeting Workspace: Part 3

In the previous parts I told you how you could enable the reorder functionality and create a custom reorder action in the ribbon. In this blog post I will cover how you could open the reorder page in a SharePoint dialog window. Everywhere in SharePoint you got dialog windows. So it would be much cleaner to modify the custom action to also use a dialog box.

Read more

Order List Items Like in a Meeting Workspace: Part 2

In Order List Items Like in a Meeting Workspace: Part 1 I wrote how you could enable the order field on other lists. In this blog post I will cover how you could create a custom action to reorder the list items. Add a Custom Reorder Action to the List Open your site in SharePoint Designer 2010; Navigate to your list settings page in SharePoint Designer; Show image List Settings in SharePoint Designer Under the List Settings tab, click Custom Action -> View Ribbon; Show image Custom Action - View Ribbon In the Name textbox, fill in: Change Item Order; Select Navigate to URL under the action type, and fill in the following URL value: ~site/_layouts/Reorder.

Read more

Order List Items Like in a Meeting Workspace: Part 1

As you may or may not know, there is functionality in the Meeting Workspaces to reorder the discussion points on the agenda. This functionality enables you to change the order of the discussion points, but you can also enable this functionality on other lists. It requires some manual steps which are explained in this blog post.

Read more
Back to top