The rendering-template tag has no wiki summary.
2
votes
2answers
599 views
Publishing Web Controls and CustomTemplate
I have the following tag:
<PublishingWebControls:RichLinkField FieldName="Buy_x0020_Now_x0020_Link" runat="server">
I want to have a custom rendering template for it as I need to emit the ...
1
vote
1answer
40 views
Adding Events to custom Listfielditerator
I'm rendering a custom FormTemplate that includes a ListfieldIterator. How can I add an event like onclick to one of my controls rendered by the iterator?
Thanks in advance
1
vote
1answer
553 views
Usercontrol RenderingTemplate and Code behind
Can I use code-behind in RenderingTemplate?
It's not possible to just use code-behind like using it in an application page.
What am I missing to use my own code inside a RenderingTemplate
1
vote
2answers
149 views
Creating Custom List Forms for Creating, Editing, or Displaying a List Item
I'm following this article (as well as different MSDN pages) and trying to add some custom template forms to my content type.
I think I'm doing all by the book, but for some reason wont deploy my ...
1
vote
0answers
73 views
Cannot save field values from ListFieldIterator to list item
I have the following issue. I created rendering template for list. This template is shown in New\Display\Edit forms. Then i've created two user controls: "mainCard" and "mainCard_Info". First control ...
1
vote
1answer
219 views
Custom form template with external list does not work
I have following .ascx file
<%@ Assembly Name="Microsoft.Web.CommandUI, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Register TagPrefix="SharePoint" ...
1
vote
0answers
63 views
Custom Fields - how to get the value of one rendering control in another rendering control?
I am working with some custom fields. One of them is a choice field. I need to be able to get the value of the currently selected item in the choice field rendering control (i.e. what would be ...
1
vote
0answers
135 views
I have created a custom field that displays fine in a list edit form, but I cannot get it to render is an application page
The field inherits from a multi part field (its for our billing code). If I place on the page:
<td class="form-control">
<srm:BillingCodeFieldControl ID="billingCode" runat="server" ...
0
votes
1answer
210 views
Sharepoint RenderingTemplates and Calendar views
I know that there is a lot of small tutorial in order to modify the sharepoint rendering templates and allow the removal of toolbar items etc.
I've been fiddling with the DefaultTemplate.ascx in the ...
0
votes
1answer
289 views
Custom Form Template Issues WSS
This is mainly a verification question as I have been fighting with an issue for a couple of days now. I have two lists derived from 2 custom content types. Both content types used the task base ...
0
votes
1answer
61 views
How to replace standard Rich Text Edit with custom one?
I can't replace the standard Rich Text Edit with mine in the SharePoint 2013.
In the SharePoint 2010 and earlier I used aspx markup, like this:
<SharePoint:RenderingTemplate ID="RichTextField" ...
0
votes
0answers
49 views
Rendering custom MultiColumn field type does not work properly
I am trying to create a custom multicolumn field type for SharePoint 2010. Everything looks great when you create a new Item that has that field type assigned. The problem is once I save the item ...
0
votes
1answer
127 views
Link list URL fields do not display when using FieldRenderingControl
I'm creating a custom New Form for a Link list. Depending on the view depends which columns are displayed.
for(int i = 0; i < spView.ViewFields.Count; i++)
{
...
0
votes
0answers
108 views
EditForm - custom control and updating field values
I'm using a custom rendering template on a list's EditForm. I created a UserControl with a asp:GridView and I would like to use it to insert mulit lookup field values (the standard multi lookup field ...
0
votes
0answers
54 views
Custom Web Part won't render properly after 2007 to 2010 upgrade
We did a sandbox deployment for a solution. The "Add Document" link is missing at the bottom of the page. If we edit and save the page it references the new master file and everything works fine. ...
0
votes
2answers
191 views
Rendering Webpartzone is to large
I have a Div box with an Webpartzone in it. But when i'm rendering my page, the webpartzone is to large. I thought a webpart zone has the width of 100% of his parent container. But not in my case.
...
0
votes
1answer
424 views
Can I resolve 'Could not find schema information for the …' messages in VS for .template files?
I'm working on modifying a ProductDetails.template file using Visual Studio 2010, which ties into Commerce Server, I believe.
When I load this file I get Messages (as opposed to Warnings or Errors) ...

