Tagged Questions
0
votes
1answer
30 views
View and Edit SP list from another site with Sharepoint 2010?
I have been searching for a way to view my SP list into another site. I want the members to be able to delete items so the list changes on my site. I tried to create a view of the list and created a ...
3
votes
1answer
429 views
Using part of date in CAML query
I want to create new view for my list. The list contains a column called Year, which is a number and contains, as name suggests, year. Eg.:
2012
2011
2010
2009
I would like create a view, where I ...
0
votes
1answer
228 views
List item field values incorrect in AllItems view, but correct in detail view
I've created a custom content type and a list definition and list instance based on it. In a web part, I add an SPListItem to the list, set its field values, and then call item.Update().
However, ...
0
votes
1answer
1k views
Trouble with custom Sharepoint List views created in Visual Studio 2010
Probably something simple but i'm not sure what the problem is here. I create several custom list views in my schema.xml for my list. I deploy and go in sharepoint designer to make sure everything ...
1
vote
0answers
847 views
Pagination and group by for Custom views created using list definition not working
I created a list using the list definition + list instance from VS 2010. I also created the list views for the list. When I add Group by and paging properties for custom views other than All Items ...