<?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: Released: SharePoint InstantListFilter</title>
	<atom:link href="http://blog.vossers.com/index.php/2009/03/30/released-sharepoint-instantlistfilter/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.vossers.com/index.php/2009/03/30/released-sharepoint-instantlistfilter/</link>
	<description>SharePoint &#38; Code</description>
	<pubDate>Tue, 07 Sep 2010 18:20:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: speelry</title>
		<link>http://blog.vossers.com/index.php/2009/03/30/released-sharepoint-instantlistfilter/comment-page-1/#comment-511</link>
		<dc:creator>speelry</dc:creator>
		<pubDate>Fri, 02 Oct 2009 00:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vossers.com/?p=14#comment-511</guid>
		<description>I want to parse the special characters from my search text. When I search for C++, results for C are displayed, also characters like # and &amp; are also not taken in search string. please suggest what to do ?



________________
 &lt;a href="http://www.youtube.com/watch?v=10ACD-KzYK4" rel="nofollow"&gt;unlock iphone&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I want to parse the special characters from my search text. When I search for C++, results for C are displayed, also characters like # and &amp; are also not taken in search string. please suggest what to do ?</p>
<p>________________<br />
 <a href="http://www.youtube.com/watch?v=10ACD-KzYK4" rel="nofollow">unlock iphone</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harish</title>
		<link>http://blog.vossers.com/index.php/2009/03/30/released-sharepoint-instantlistfilter/comment-page-1/#comment-509</link>
		<dc:creator>Harish</dc:creator>
		<pubDate>Thu, 01 Oct 2009 21:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vossers.com/?p=14#comment-509</guid>
		<description>Hi, 
Thanks for the post. Its working fine for me, but when I try to edit this list in datasheet using edit in datasheet option in action menu. It is saying:
Web Part Error:  There is no valid configuration for these connected parts to run in.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks for the post. Its working fine for me, but when I try to edit this list in datasheet using edit in datasheet option in action menu. It is saying:<br />
Web Part Error:  There is no valid configuration for these connected parts to run in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaap Vossers</title>
		<link>http://blog.vossers.com/index.php/2009/03/30/released-sharepoint-instantlistfilter/comment-page-1/#comment-101</link>
		<dc:creator>Jaap Vossers</dc:creator>
		<pubDate>Fri, 26 Jun 2009 14:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vossers.com/?p=14#comment-101</guid>
		<description>Hi Lance,

thanks for dropping by.

the current solution purely depends on what is already loaded on the page. To support paging would greatly increase the complexity of the solution (involving ajax etc), and is not something I was planning do anytime soon. Sorry :)

Thanks,

Jaap</description>
		<content:encoded><![CDATA[<p>Hi Lance,</p>
<p>thanks for dropping by.</p>
<p>the current solution purely depends on what is already loaded on the page. To support paging would greatly increase the complexity of the solution (involving ajax etc), and is not something I was planning do anytime soon. Sorry <img src='http://blog.vossers.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks,</p>
<p>Jaap</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lance M</title>
		<link>http://blog.vossers.com/index.php/2009/03/30/released-sharepoint-instantlistfilter/comment-page-1/#comment-95</link>
		<dc:creator>Lance M</dc:creator>
		<pubDate>Wed, 24 Jun 2009 18:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vossers.com/?p=14#comment-95</guid>
		<description>Is there anyway to support paging. It seems that this would only work on values returned in the first set. Great job though.</description>
		<content:encoded><![CDATA[<p>Is there anyway to support paging. It seems that this would only work on values returned in the first set. Great job though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaap Vossers</title>
		<link>http://blog.vossers.com/index.php/2009/03/30/released-sharepoint-instantlistfilter/comment-page-1/#comment-35</link>
		<dc:creator>Jaap Vossers</dc:creator>
		<pubDate>Sat, 09 May 2009 11:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vossers.com/?p=14#comment-35</guid>
		<description>Hi Sumeet,

there is no serverside code involved - it's all pure javascript. The .js file is also on codeplex. Also, you can rename the wsp's extension to .cab and you can extract its contents to see what's in there.

Try this first: view the html source in the browser on the page where you expected the boxes to appear and ensure that the js file is being referenced in the page head (I believe it's called instantlistfilter.js). If it is on, then perhaps you are using a custom masterpage? You do need to have the AdditionalPageHead DelegateControl in your masterpage to allow SharePoint InstantListFilter to inject its javascript into the page head of every page.</description>
		<content:encoded><![CDATA[<p>Hi Sumeet,</p>
<p>there is no serverside code involved - it&#8217;s all pure javascript. The .js file is also on codeplex. Also, you can rename the wsp&#8217;s extension to .cab and you can extract its contents to see what&#8217;s in there.</p>
<p>Try this first: view the html source in the browser on the page where you expected the boxes to appear and ensure that the js file is being referenced in the page head (I believe it&#8217;s called instantlistfilter.js). If it is on, then perhaps you are using a custom masterpage? You do need to have the AdditionalPageHead DelegateControl in your masterpage to allow SharePoint InstantListFilter to inject its javascript into the page head of every page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sumeet Gandhi</title>
		<link>http://blog.vossers.com/index.php/2009/03/30/released-sharepoint-instantlistfilter/comment-page-1/#comment-34</link>
		<dc:creator>Sumeet Gandhi</dc:creator>
		<pubDate>Sat, 09 May 2009 11:01:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vossers.com/?p=14#comment-34</guid>
		<description>Japp,

Can I have the source code for this application. I want to see and check it for my knowledge. I looked for it on the codeplex but you have posted the wsp file only.

Thanks
Sumeet Gandhi</description>
		<content:encoded><![CDATA[<p>Japp,</p>
<p>Can I have the source code for this application. I want to see and check it for my knowledge. I looked for it on the codeplex but you have posted the wsp file only.</p>
<p>Thanks<br />
Sumeet Gandhi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sumeet Gandhi</title>
		<link>http://blog.vossers.com/index.php/2009/03/30/released-sharepoint-instantlistfilter/comment-page-1/#comment-33</link>
		<dc:creator>Sumeet Gandhi</dc:creator>
		<pubDate>Sat, 09 May 2009 06:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vossers.com/?p=14#comment-33</guid>
		<description>Hi Japp,

Thanks for the reply. I tried what you said. but i am not able to see the text boxes. I am using spgrid to display the data. so what is wrong. this is what i did

1. using stsadm command i added the solution to the sharepoint store.
2. went to central admin and then in Central Administration &gt; Operations &gt; Solution Management    i deployed the solution and i got vossers.instantlistfilter.deploymentpackage.wsp  Deployed Globally deployed. 
3. i then got the site collection features and then activated the feature for site level.
4. now i got to my web part which is using the spgrid but surprised to see that the text boxes are not there. 

Can you tell me what is wrong and where.

Thanks
Sumeet Gandhi</description>
		<content:encoded><![CDATA[<p>Hi Japp,</p>
<p>Thanks for the reply. I tried what you said. but i am not able to see the text boxes. I am using spgrid to display the data. so what is wrong. this is what i did</p>
<p>1. using stsadm command i added the solution to the sharepoint store.<br />
2. went to central admin and then in Central Administration &gt; Operations &gt; Solution Management    i deployed the solution and i got vossers.instantlistfilter.deploymentpackage.wsp  Deployed Globally deployed.<br />
3. i then got the site collection features and then activated the feature for site level.<br />
4. now i got to my web part which is using the spgrid but surprised to see that the text boxes are not there. </p>
<p>Can you tell me what is wrong and where.</p>
<p>Thanks<br />
Sumeet Gandhi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaap Vossers</title>
		<link>http://blog.vossers.com/index.php/2009/03/30/released-sharepoint-instantlistfilter/comment-page-1/#comment-31</link>
		<dc:creator>Jaap Vossers</dc:creator>
		<pubDate>Wed, 06 May 2009 13:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vossers.com/?p=14#comment-31</guid>
		<description>Hi Sumeet,

the process of installing SharePoint InstantListFilter is:

1. add solution
2. deploy solution
3. activate feature

Have a look at http://instantlistfilter.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=24060 to find out which Feature to activate.

Good luck,

Jaap</description>
		<content:encoded><![CDATA[<p>Hi Sumeet,</p>
<p>the process of installing SharePoint InstantListFilter is:</p>
<p>1. add solution<br />
2. deploy solution<br />
3. activate feature</p>
<p>Have a look at <a href="http://instantlistfilter.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=24060" rel="nofollow">http://instantlistfilter.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=24060</a> to find out which Feature to activate.</p>
<p>Good luck,</p>
<p>Jaap</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sumeet Gandhi</title>
		<link>http://blog.vossers.com/index.php/2009/03/30/released-sharepoint-instantlistfilter/comment-page-1/#comment-30</link>
		<dc:creator>Sumeet Gandhi</dc:creator>
		<pubDate>Wed, 06 May 2009 13:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vossers.com/?p=14#comment-30</guid>
		<description>Hello,

Nice to see a very helpful utility. Can you please let me know how to make it work. I installed the wsp using the stsadm command and it was deployed. But what next. I opened my site having some lists and I can not find the textboxes as mentioned. Do i need to perform some additional activity to make it work?

Awaiting quick reply.
Thanks 
Sumeet Gandhi</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Nice to see a very helpful utility. Can you please let me know how to make it work. I installed the wsp using the stsadm command and it was deployed. But what next. I opened my site having some lists and I can not find the textboxes as mentioned. Do i need to perform some additional activity to make it work?</p>
<p>Awaiting quick reply.<br />
Thanks<br />
Sumeet Gandhi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaap Vossers&#8217; SharePoint Blog &#187; Live demo online for SharePoint InstantListFilter</title>
		<link>http://blog.vossers.com/index.php/2009/03/30/released-sharepoint-instantlistfilter/comment-page-1/#comment-5</link>
		<dc:creator>Jaap Vossers&#8217; SharePoint Blog &#187; Live demo online for SharePoint InstantListFilter</dc:creator>
		<pubDate>Sat, 04 Apr 2009 12:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vossers.com/?p=14#comment-5</guid>
		<description>[...] so long ago I posted something on my blog about a tool I released on CodePlex, called SharePoint [...]</description>
		<content:encoded><![CDATA[<p>[...] so long ago I posted something on my blog about a tool I released on CodePlex, called SharePoint [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
