0
votes
0answers
22 views

ExpCollGroup Fails with custom list

In Sharepoint Foundation 2010 I created a list, and made a standard view, everything is fine. I go into SPD and apply a simple formula to a column header using the f(x) button. It doesnt matter what ...
2
votes
1answer
105 views

inserting an xsltListView Webpart generates xslt transform failed error

I have a SharePoint 2010 site that employees use to upload photos into and then other employees rate the photos. The site has been operational for over a year. Something happened to the view on my ...
2
votes
2answers
242 views

Sharepoint list with column type choice using radio button is always checked

I have sharepoint 2010 list with one column type as choice and is displayed using Radio Buttons with 4 options. When we open the new item form the first value always selected by default. What i need ...
1
vote
1answer
285 views

Odd and Even list item color

i saw a sharepoint where its list item as a background color (blue) for odd list item number and another (white) for even numbers. I dont know where i can set this. I looked into designer and i could ...
0
votes
0answers
30 views

Making 5 x 5 table view of data [closed]

I was hired about 2 months to work with SharePoint Designer and my boss sent me a link to one of your training videos. We are currently looking into buying the DVDs, the training was great. ...
2
votes
1answer
170 views

How I can block to change view in list SharePoint Foundation

How I can block change view in ShrePoint list?Even when I add user Read Only permission to some list, person be able to change view in this list. I want to block change view but I don't know how. I ...
1
vote
1answer
703 views

Display File Extension in Doc. Library Column?

I need to display the file extensions of the files in a Document library in a column. I have done a bunch of searching and came across solutions but they don't seem to be working for me. This is ...
0
votes
2answers
366 views

ListView webpart Customization in designer

I want to insert a list view webpart in a page. As of now i am able to do all the customizations through designer except one i.e. disabling row selection. All i want is the user should not be able to ...
1
vote
0answers
167 views

How to get to control rendered by Sharepoint dynamically?

In a view (by default AllItems.aspx) of a list "Inline Editing" enabling at design time in SPD2010 renders green-cross image-button at run time. Its pressing at run-time adds a new line How can ...
0
votes
0answers
125 views

Custom default view of a list is redirected to phantom page - how to remedy it now and avoid this in future?

In a list (named "Delivery") I created a new view Forms.aspx (by copying defalt View AllItems.aspx), made it default, heavily modified but after running it (from SPD 2012 by F12 or directly from a ...
2
votes
1answer
1k views

Display a custom column from a blog list in a summary view

I have created a blog using sharepoint 2010 I added a few new column using sharepoint designer List-post-add new column. Of couse each post I edit and added the content to the extra field. ...
1
vote
1answer
721 views

Sharepoint 2010 Excel - Extra fields in export xls

I have a view of about 80 fields (base from a list of about 200 fields) that I want to export into excel but the export shows up with extra fields (fields that are being used in some of the calculated ...
0
votes
1answer
204 views

Losing Custom Formats on a List/View

We created a custom list/view in SharePoint 2010. After we created the list/view we went into SharePoint Designer and changed the title of the view, the font color and size, etc. Next we deployed ...
2
votes
1answer
300 views

How can one identify a private list view?

After placing a list on a webpart page and modifying the view, I found that my user could not see all of the columns that were visible to me. I can only guess that I was looking at a private view. It ...
3
votes
1answer
5k views

Filtering a list with date ranges - xslt / advanced expressions on list filters possible?

I've got a Sharepoint 2010 list that I'd like to filter with date-ranges. I'm doing something like if END_DATE > [NOW - 1Week] and END_DATE < [NOW + 1Week] or PLAN_END > [NOW -1Week] and ...
1
vote
2answers
857 views

How can create a view to filter the a list based on the current login user

How to create a view based on the current user is in a Person or Group field , this Person or Group field can contain multiple user but not SharePoint Group ,I try to use the contains to filter the ...
1
vote
2answers
1k views

List View customized in SharePoint Designer not correctly displayed in Web Part

I am working with SharePoint Foundation 2010. I created a Calendar list, then created a view, "Current Events". I edited "Current Events" in SharePoint Designer 2010. Some of the changes were setting ...
2
votes
1answer
860 views

Unescape HTML from list column

I've got a multiline column in a list that contains HTML. When trying to use the field in SharePoint Designer 2010, it shows it as raw HTML, instead of rendering it. So using this syntax: ...
0
votes
3answers
5k views

Customize inline edit form Column width and ControlMode

I have a custom list that I am using as a Frequently asked questions list for a number of subsites. I have 3 columns, Question, Answer and category. I want to make the question field readonly as well ...
0
votes
1answer
184 views

Is it possible to make a column in a list link to dispForm.aspx?

Is it possible to make a column in a list link to dispForm.aspx? I know I can add LinkToItem="TRUE" to the fieldref in SPD2010, but its the Display Form, not the Edit Form that I want to link to. ...
0
votes
2answers
551 views

SPD 2007 Custom Calendar NewForm.aspx broke DispForm.aspx

Hello I edited NewForm.aspx in a Calendar List now every time someone clicks on an event in any calendar view for the list, it takes the user to NewForm.aspx instead of DispForm.aspx, I changed GUIDs ...