<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Hide Columns in SharePoint New, Edit and Disp Forms</title>
	<atom:link href="http://blog.qumsieh.ca/2010/02/16/hide-columns-in-sharepoint-new-edit-and-disp-forms/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.qumsieh.ca/2010/02/16/hide-columns-in-sharepoint-new-edit-and-disp-forms/</link>
	<description>Developer's blog related to ASP.NET, SharePoint and Telerik Web Controls</description>
	<lastBuildDate>Tue, 07 Feb 2012 00:43:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: shereen</title>
		<link>http://blog.qumsieh.ca/2010/02/16/hide-columns-in-sharepoint-new-edit-and-disp-forms/comment-page-1/#comment-11249</link>
		<dc:creator>shereen</dc:creator>
		<pubDate>Tue, 07 Feb 2012 00:43:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qumsieh.ca/?p=639#comment-11249</guid>
		<description>Hi Ashik,

Do you have jquery included in your page?</description>
		<content:encoded><![CDATA[<p>Hi Ashik,</p>
<p>Do you have jquery included in your page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashik</title>
		<link>http://blog.qumsieh.ca/2010/02/16/hide-columns-in-sharepoint-new-edit-and-disp-forms/comment-page-1/#comment-11244</link>
		<dc:creator>ashik</dc:creator>
		<pubDate>Mon, 06 Feb 2012 09:38:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qumsieh.ca/?p=639#comment-11244</guid>
		<description>Hi All

  I wanted to hide a meta data called content type in my EditpageForm.aspx.
I pasted this code in the Content Editor web part.But this is not working how will my jquery get called??


$(document).ready(function() {
    $(&#039;nobr:contains(&quot;Content type&quot;)&#039;).closest(&#039;tr&#039;).hide();
    });


My requirement is  in the link below
http://social.msdn.microsoft.com/Forums/en-US/sharepoint2010general/thread/2a15a8b3-bb78-459b-85a6-6412f6398647</description>
		<content:encoded><![CDATA[<p>Hi All</p>
<p>  I wanted to hide a meta data called content type in my EditpageForm.aspx.<br />
I pasted this code in the Content Editor web part.But this is not working how will my jquery get called??</p>
<p>$(document).ready(function() {<br />
    $(&#8216;nobr:contains(&#8220;Content type&#8221;)&#8217;).closest(&#8216;tr&#8217;).hide();<br />
    });</p>
<p>My requirement is  in the link below<br />
<a href="http://social.msdn.microsoft.com/Forums/en-US/sharepoint2010general/thread/2a15a8b3-bb78-459b-85a6-6412f6398647" rel="nofollow">http://social.msdn.microsoft.com/Forums/en-US/sharepoint2010general/thread/2a15a8b3-bb78-459b-85a6-6412f6398647</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shereen</title>
		<link>http://blog.qumsieh.ca/2010/02/16/hide-columns-in-sharepoint-new-edit-and-disp-forms/comment-page-1/#comment-11048</link>
		<dc:creator>shereen</dc:creator>
		<pubDate>Sat, 14 Jan 2012 01:31:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qumsieh.ca/?p=639#comment-11048</guid>
		<description>Hi Madhu,

If you are using SharePoint Designer, you have a couple of options:

1. Using &lt;strong&gt;Design&lt;/strong&gt; view, you can add a content editor web part to the page, and then insert the jQuery code within the content editor.
2. You can insert the logic directly into the custom editform.aspx page within the PlaceHolderAdditionalPageHead content placeholder. Are you already linking the jQuery library in your master page? If not, you&#039;ll have to include a link to the jQuery library above the script tag as well. Alternatively you could put the javascript in an external file and link to it from within your page. Does that help?</description>
		<content:encoded><![CDATA[<p>Hi Madhu,</p>
<p>If you are using SharePoint Designer, you have a couple of options:</p>
<p>1. Using <strong>Design</strong> view, you can add a content editor web part to the page, and then insert the jQuery code within the content editor.<br />
2. You can insert the logic directly into the custom editform.aspx page within the PlaceHolderAdditionalPageHead content placeholder. Are you already linking the jQuery library in your master page? If not, you&#8217;ll have to include a link to the jQuery library above the script tag as well. Alternatively you could put the javascript in an external file and link to it from within your page. Does that help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhu</title>
		<link>http://blog.qumsieh.ca/2010/02/16/hide-columns-in-sharepoint-new-edit-and-disp-forms/comment-page-1/#comment-11037</link>
		<dc:creator>Madhu</dc:creator>
		<pubDate>Thu, 12 Jan 2012 19:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qumsieh.ca/?p=639#comment-11037</guid>
		<description>Hi Shereen,
I have a custom edit form where I am trying to use jQuery to enable\disable fields based on the current login. Where exactly do I put my jQuery code in my custom form? I use SPD for customization. Appreciate any response.</description>
		<content:encoded><![CDATA[<p>Hi Shereen,<br />
I have a custom edit form where I am trying to use jQuery to enable\disable fields based on the current login. Where exactly do I put my jQuery code in my custom form? I use SPD for customization. Appreciate any response.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shereen</title>
		<link>http://blog.qumsieh.ca/2010/02/16/hide-columns-in-sharepoint-new-edit-and-disp-forms/comment-page-1/#comment-10784</link>
		<dc:creator>shereen</dc:creator>
		<pubDate>Tue, 13 Dec 2011 20:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qumsieh.ca/?p=639#comment-10784</guid>
		<description>Hi Manjiri,

Can you send me the source code for the dispform (if that&#039;s permitted)? It&#039;s likely going to be because the way in which we&#039;re attempting to locate the element is not working. In the mean time, I can try to see if this is reproducible on my end. shereen at qumsieh dot ca.</description>
		<content:encoded><![CDATA[<p>Hi Manjiri,</p>
<p>Can you send me the source code for the dispform (if that&#8217;s permitted)? It&#8217;s likely going to be because the way in which we&#8217;re attempting to locate the element is not working. In the mean time, I can try to see if this is reproducible on my end. shereen at qumsieh dot ca.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manjiri</title>
		<link>http://blog.qumsieh.ca/2010/02/16/hide-columns-in-sharepoint-new-edit-and-disp-forms/comment-page-1/#comment-10783</link>
		<dc:creator>Manjiri</dc:creator>
		<pubDate>Tue, 13 Dec 2011 17:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qumsieh.ca/?p=639#comment-10783</guid>
		<description>By using jQuery, I am able to hide fields in the &quot;new&quot; and &quot;edit&quot; forms. But, the script is not working for the display form. The script is getting executed, but the fields do not get hidden. Any solution here?</description>
		<content:encoded><![CDATA[<p>By using jQuery, I am able to hide fields in the &#8220;new&#8221; and &#8220;edit&#8221; forms. But, the script is not working for the display form. The script is getting executed, but the fields do not get hidden. Any solution here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shereen</title>
		<link>http://blog.qumsieh.ca/2010/02/16/hide-columns-in-sharepoint-new-edit-and-disp-forms/comment-page-1/#comment-10068</link>
		<dc:creator>shereen</dc:creator>
		<pubDate>Fri, 23 Sep 2011 15:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qumsieh.ca/?p=639#comment-10068</guid>
		<description>Hi Jerry,

Have you looked up any jQuery solutions that might assist? So do you want to hide the column for just the new, edit and disp forms, or also within the views?</description>
		<content:encoded><![CDATA[<p>Hi Jerry,</p>
<p>Have you looked up any jQuery solutions that might assist? So do you want to hide the column for just the new, edit and disp forms, or also within the views?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry</title>
		<link>http://blog.qumsieh.ca/2010/02/16/hide-columns-in-sharepoint-new-edit-and-disp-forms/comment-page-1/#comment-10057</link>
		<dc:creator>Jerry</dc:creator>
		<pubDate>Wed, 21 Sep 2011 21:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qumsieh.ca/?p=639#comment-10057</guid>
		<description>I have SharePoint 2007.  I do not have access to the server, but I am the site owner.  I have a field &quot;Priority Justification&quot; in my change request list - but I want that field to be hidden until/unless the priority changes to something higher than &quot;normal.&quot;  Any ideas?</description>
		<content:encoded><![CDATA[<p>I have SharePoint 2007.  I do not have access to the server, but I am the site owner.  I have a field &#8220;Priority Justification&#8221; in my change request list &#8211; but I want that field to be hidden until/unless the priority changes to something higher than &#8220;normal.&#8221;  Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shereen</title>
		<link>http://blog.qumsieh.ca/2010/02/16/hide-columns-in-sharepoint-new-edit-and-disp-forms/comment-page-1/#comment-9912</link>
		<dc:creator>shereen</dc:creator>
		<pubDate>Mon, 29 Aug 2011 17:53:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qumsieh.ca/?p=639#comment-9912</guid>
		<description>Hi Etienne,

Ok so I had thought you were asking something a little different, but now that I read this post again, you&#039;re simply asking where in the NewForm.aspx you need to place your code? For this example, I&#039;ve placed it just above: 

&lt;pre lang=&quot;csharp&quot;&gt;
&lt;asp:Content ID=&quot;Main&quot; ContentPlaceHolderID=&quot;PlaceHolderMain&quot; runat=&quot;server&quot;&gt;.
&lt;/pre&gt;

Can you give that a try and let me know if it works?</description>
		<content:encoded><![CDATA[<p>Hi Etienne,</p>
<p>Ok so I had thought you were asking something a little different, but now that I read this post again, you&#8217;re simply asking where in the NewForm.aspx you need to place your code? For this example, I&#8217;ve placed it just above:</p>

<div class="wp_syntax"><div class="code"><pre class="csharp" style="font-family:monospace;"><span style="color: #008000;">&lt;</span>asp<span style="color: #008000;">:</span>Content ID<span style="color: #008000;">=</span><span style="color: #666666;">&quot;Main&quot;</span> ContentPlaceHolderID<span style="color: #008000;">=</span><span style="color: #666666;">&quot;PlaceHolderMain&quot;</span> runat<span style="color: #008000;">=</span><span style="color: #666666;">&quot;server&quot;</span><span style="color: #008000;">&gt;</span>.</pre></div></div>

<p>Can you give that a try and let me know if it works?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Etienne</title>
		<link>http://blog.qumsieh.ca/2010/02/16/hide-columns-in-sharepoint-new-edit-and-disp-forms/comment-page-1/#comment-9883</link>
		<dc:creator>Etienne</dc:creator>
		<pubDate>Mon, 22 Aug 2011 12:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qumsieh.ca/?p=639#comment-9883</guid>
		<description>Any luck with this Shereen?</description>
		<content:encoded><![CDATA[<p>Any luck with this Shereen?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

