The ordering tag has no wiki summary.
3
votes
1answer
1k views
Set column order in contenttype
I've added some site columns with an xml file and also created my contenttype in the xml. After deploying, a feature creates a lookup to another list (with c# code).
How can I set te column order in ...
3
votes
1answer
19 views
“Change Item Order” in a filtered list still show everything in the list
Using Sharepoint 2010, I created a custom link list. This custom link list has a column for status (In Progress, Not Started, On Hold, Done).
I have a couple of views:
* "In Progress" view - all ...
3
votes
0answers
487 views
Custom list defintion with OrderedList property [closed]
I've created a custom list in SharePoint 2010 from a custom content type (inherit from item) and I would like to give the users the option to order the items in this list - similar to how users can ...
2
votes
2answers
207 views
Get content Type order in C#
I am building a web part that would be added to the bottom of every library view and would display the folder content types making it easy to create a new folder (rather than having to go to documents ...
2
votes
3answers
1k views
Problems adding webparts to a page in the correct order
I would think there's something supersimple I'm missing, but I can't find where I'm going wrong.
I have a feature deploying a default.aspx page with two CQWP webparts. I use the AllUsersWebPart ...
1
vote
1answer
293 views
Sort by modified date in custom search core results webpart
I have created a custom search results web part which implements some simple sorting, for example i have this piece of code which allows me to sort it desc/asc by title:
CoreResultsDatasource ...
1
vote
1answer
251 views
Field Order in List of SharePoint 2013 App
I am building a SharePoint 2013 SharePoint hosted app, provisioning a list using Site Columns, but no defined content type, just using the automatically assigned content type ListFieldContentType.
...
1
vote
3answers
725 views
How can i reorder items or swap items in a list or lib(Drag and drop will be ideal)
I have a project and one of the requirement is ti be able to re-order images ot items.
So lets say they load the page and i have this 6 images.
1 2
3 4
5 6
and the users would like to swap 1 ...
1
vote
1answer
42 views
Ordering of the lists' data by user region
We are implementing a portal using SharePoint 2010 for the company which has hierarchical regional structure. All company regions are contained in list and all users and all content have a link to ...
1
vote
3answers
428 views
Problem creating a Custom Ribbon Action to Order Lists
I attempted to create my first Custom Ribbon action to allow users to sort list items. But I failed miserably. the Action wont show in my ribbon at all and I am having trouble finding out what is ...
1
vote
2answers
953 views
Why isn't “Column ordering” available in my list settings?
I want to change the column order visible when viewing or editing a list item. I have accessed the "Column ordering" interface via the list settings page on other lists in the past, but it isn't ...
1
vote
2answers
18 views
SharePoint 2007 Custom Sorting for Document Library
I have a uploaded slides from PowerPoint to a document library that can then be collected for a staff meeting presentation. Each slide has its own number and place where it belongs for the slideshow. ...
1
vote
1answer
23 views
How to use the reorder method for document library?
I have a document library of 179 documents, and I want to reorder them. I have this code to try swapping the first two documents
bool u = sharepoint.library.Ordered;
if (!u)
{
...
0
votes
2answers
57 views
how to change sharepoint web parts loading order
Can anyone give me advise on how I can change the loading order of SharePoint web parts. I have a CEWP which shall perform calculations based on a SharePoint list below loaded below. Thanks
0
votes
1answer
65 views
Order dataviews on different columns and paging with Sharepoint 2007
Is it possible to order a paged dataview on different columns (using a query string parameter)?
Sharepoint 2007.