Questions tagged [dispform]
A default SharePoint form used to display list item properties and metadata.
17 questions
0 votes
1 answer
43 views
Date Format Issue in Custom View Form
(Sharepoint 2013) i encountered a Date Format Issue regarding a Custom View Form (Disp Form). the Date is shown like that... Inside the Sharpoint Manager 2013 it's setted up like this: and the aspx ...
0 votes
1 answer
104 views
SharePoint 2013 : link to DispForm corrupt
I use a list in SharePoint 2013. Clicking on the title normally opened my DispForm which I customized to my own needs. In my absense someone deleted stuff and tried to restore it without success. When ...
0 votes
1 answer
61 views
Hide Dispform content from users
I am new to Sharepoint, i need to hide from users the content from a url like this: https://mydomain.sharepoint.com/mywebsite/Lists/mylist/DispForm.aspx?ID=123. How can it be done? some say that only ...
1 vote
1 answer
436 views
Change List Web Part background color when any item in the list has a certain value for a particular field?
Here's my situation. I have a DispForm that has two Data View Web Parts at the top that are displaying a few related items from two other lists. What I've been trying to figure out for hours now is ...
0 votes
1 answer
292 views
Where to place JS link in DispForm.aspx
Whenever I place my js link: <script src="/sites/xxx/SiteAssets/js/xxx.js" type="text/javascript"></script> Under <asp:Content ContentPlaceHolderId="PlaceHolderPageImage" runat="...
1 vote
1 answer
296 views
Open dialog/modal from another modal (DispForm.aspx)
I have a code that opens any DispForm.aspx link into a modal dialog. The item has a link to another DispForm.aspx -- is it possible to open this on another modal? I tried inserting the following code ...
2 votes
1 answer
3k views
How to restore a Default Display Form (DispForm.aspx)
In my Default Display form I had previous added a webpart which included javascript code to suppress some of the form fields - all good so far. Today, I wanted to add a webpart to display a list view,...
2 votes
1 answer
232 views
Recurring Event DispForm - Exceeds ListView Threshold
When I open recurring events (DispForm.aspx) I'm getting the pesky "The attempted operation is prohibited because it exceeds the list view threshold enforced by the administrator". Calendar views with ...
0 votes
1 answer
36 views
Manipulate a value in a webpart and use it somewhere else
I hope you can help. We have two lists : countries and customers Countries fields : Country Name + Language Customers fields : Customer Name + Country Name In the dispform of customer, I need to ...
0 votes
1 answer
41 views
Customized sharepoint 2010 dispform cannot be found
I would like to modify a customized dispform, however, i cannot find. I checked in All files > List > mylist but because this list contains a lot of data SP designer gives an error and I cannot load ...
0 votes
1 answer
1k views
How to wrap text in Dispform.aspx for all items in a list
Does anybody know of a way to wrap text column headers/questions on a SharePoint 2013 list? I had posted a question on here a few days back about how to do this on Newform.aspx. I have since managed ...
2 votes
3 answers
2k views
How can I display Description text in DispForm view
I have a list where some of the column names are very long because they contain question text for the user to answer in the field type element (choice, single line of text, etc). If I move the ...
0 votes
1 answer
1k views
Adding previous/next item buttons to editform.aspx
I am looking to add "previous" and "next" buttons to the standard display and edit forms on a SharePoint list. They need to function according to whichever view they are opened in. I've tried the ...
0 votes
1 answer
93 views
Open DispForm.aspx will redirect to corresponding sub site
I have a list called "Classes". When a user adds new item, it also creates a site in "Classes" sub site (using custom solution created in VS) as follows: http://myserver/sites/Classes/Class1 http://...
1 vote
1 answer
50 views
Customizing dispForm of creating a "standardview" - SP2013
For every library there is a possibility for users to create their own view on documents (such as metadata filters). Because the "/_layouts/15/ViewNew.aspx" Form is kinda confusing for tons of users ...