<?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: Building A SPGridView Control &#8211; Part 1: Introducing the SPGridView</title>
	<atom:link href="http://www.reversealchemy.net/2009/05/01/building-a-spgridview-control-part-1-introducing-the-spgridview/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reversealchemy.net/blog/2009/05/01/building-a-spgridview-control-part-1-introducing-the-spgridview/</link>
	<description>Complexity through Simplicity</description>
	<lastBuildDate>Tue, 09 Mar 2010 13:38:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Juha Kukko</title>
		<link>http://www.reversealchemy.net/blog/2009/05/01/building-a-spgridview-control-part-1-introducing-the-spgridview/comment-page-1/#comment-127</link>
		<dc:creator>Juha Kukko</dc:creator>
		<pubDate>Tue, 09 Mar 2010 13:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversealchemy.net/?p=134#comment-127</guid>
		<description>Hi,

Thanks for your usefull post! One note:
I found out that if I had grid.DataBind(); - method called inside the Render method the SelectData is called twice. When I moved grid.DataBind(); -call to OnPreRender method, I got rid of the second SelectData -call. 
If SelectData method takes some time (call to other datasource), it decreases performance to call it twice (in vain). (Only difference from your code is that I call GenerateColumns from CreateChildControls instead of Render)

Br,
Juha</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for your usefull post! One note:<br />
I found out that if I had grid.DataBind(); &#8211; method called inside the Render method the SelectData is called twice. When I moved grid.DataBind(); -call to OnPreRender method, I got rid of the second SelectData -call.<br />
If SelectData method takes some time (call to other datasource), it decreases performance to call it twice (in vain). (Only difference from your code is that I call GenerateColumns from CreateChildControls instead of Render)</p>
<p>Br,<br />
Juha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Burger</title>
		<link>http://www.reversealchemy.net/blog/2009/05/01/building-a-spgridview-control-part-1-introducing-the-spgridview/comment-page-1/#comment-82</link>
		<dc:creator>Erik Burger</dc:creator>
		<pubDate>Tue, 22 Sep 2009 13:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversealchemy.net/?p=134#comment-82</guid>
		<description>Hi Mike,

Glad it helped you out! I haven&#039;t been able to edit the filter list in the way you propose but it&#039;s a very interesting idea. I&#039;ll be sure to look into it and if I come up with anything I will let you know :)

Cheers,
Erik</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>Glad it helped you out! I haven&#8217;t been able to edit the filter list in the way you propose but it&#8217;s a very interesting idea. I&#8217;ll be sure to look into it and if I come up with anything I will let you know <img src='http://www.reversealchemy.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers,<br />
Erik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beekermd03</title>
		<link>http://www.reversealchemy.net/blog/2009/05/01/building-a-spgridview-control-part-1-introducing-the-spgridview/comment-page-1/#comment-81</link>
		<dc:creator>Beekermd03</dc:creator>
		<pubDate>Tue, 22 Sep 2009 12:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversealchemy.net/?p=134#comment-81</guid>
		<description>Great article!  Really helped me out with my SPGridView.

I want to filter a date column, but I want to filter it by years.  Possible?  I do not want every date showing up in the filter list.  Is there a way to fix this?

Thanks!!</description>
		<content:encoded><![CDATA[<p>Great article!  Really helped me out with my SPGridView.</p>
<p>I want to filter a date column, but I want to filter it by years.  Possible?  I do not want every date showing up in the filter list.  Is there a way to fix this?</p>
<p>Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Burger</title>
		<link>http://www.reversealchemy.net/blog/2009/05/01/building-a-spgridview-control-part-1-introducing-the-spgridview/comment-page-1/#comment-71</link>
		<dc:creator>Erik Burger</dc:creator>
		<pubDate>Mon, 10 Aug 2009 21:46:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversealchemy.net/?p=134#comment-71</guid>
		<description>Hi,

The SPGridViewPager does not provide page number but row numbers, which is the OOB behaviour of SharePoint which is why I use it. If you use PagerTemplate == null you will get page numbers.

Maybe I am missing what you are asking. Please let me know if I do so I can try helping out further.

Regards,

Erik</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The SPGridViewPager does not provide page number but row numbers, which is the OOB behaviour of SharePoint which is why I use it. If you use PagerTemplate == null you will get page numbers.</p>
<p>Maybe I am missing what you are asking. Please let me know if I do so I can try helping out further.</p>
<p>Regards,</p>
<p>Erik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: spmikey</title>
		<link>http://www.reversealchemy.net/blog/2009/05/01/building-a-spgridview-control-part-1-introducing-the-spgridview/comment-page-1/#comment-69</link>
		<dc:creator>spmikey</dc:creator>
		<pubDate>Mon, 10 Aug 2009 21:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversealchemy.net/?p=134#comment-69</guid>
		<description>Using SPGridViewPager as you suggest, the SharePoint page number does not render.  In this case, 
PagerTemplate == &quot;System.Web.UI.TemplateBuilder&quot;. Any idea why the SharePoint paging is missing?
(Setting PagerTemplate=null, displays GridView page numbers below the grid as normal). 
Thanks.</description>
		<content:encoded><![CDATA[<p>Using SPGridViewPager as you suggest, the SharePoint page number does not render.  In this case,<br />
PagerTemplate == &#8220;System.Web.UI.TemplateBuilder&#8221;. Any idea why the SharePoint paging is missing?<br />
(Setting PagerTemplate=null, displays GridView page numbers below the grid as normal).<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Burger</title>
		<link>http://www.reversealchemy.net/blog/2009/05/01/building-a-spgridview-control-part-1-introducing-the-spgridview/comment-page-1/#comment-67</link>
		<dc:creator>Erik Burger</dc:creator>
		<pubDate>Wed, 29 Jul 2009 07:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversealchemy.net/?p=134#comment-67</guid>
		<description>You are very welcome Clarence. I was quite pleased when I found the SPGridViewPager myself as it matches the standard SP look-and-feel better :) Glad you found the post useful.

Erik</description>
		<content:encoded><![CDATA[<p>You are very welcome Clarence. I was quite pleased when I found the SPGridViewPager myself as it matches the standard SP look-and-feel better <img src='http://www.reversealchemy.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Glad you found the post useful.</p>
<p>Erik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clarence</title>
		<link>http://www.reversealchemy.net/blog/2009/05/01/building-a-spgridview-control-part-1-introducing-the-spgridview/comment-page-1/#comment-66</link>
		<dc:creator>Clarence</dc:creator>
		<pubDate>Wed, 29 Jul 2009 04:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversealchemy.net/?p=134#comment-66</guid>
		<description>YOU ARE DA MAN!!!  ...especially with the SPGridViewPager!!!  Thank you!</description>
		<content:encoded><![CDATA[<p>YOU ARE DA MAN!!!  &#8230;especially with the SPGridViewPager!!!  Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BhakthiL</title>
		<link>http://www.reversealchemy.net/blog/2009/05/01/building-a-spgridview-control-part-1-introducing-the-spgridview/comment-page-1/#comment-58</link>
		<dc:creator>BhakthiL</dc:creator>
		<pubDate>Thu, 02 Jul 2009 18:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversealchemy.net/?p=134#comment-58</guid>
		<description>Great article...very informative</description>
		<content:encoded><![CDATA[<p>Great article&#8230;very informative</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; SPGridView : Filtering Florent Clairambault</title>
		<link>http://www.reversealchemy.net/blog/2009/05/01/building-a-spgridview-control-part-1-introducing-the-spgridview/comment-page-1/#comment-56</link>
		<dc:creator>&#187; SPGridView : Filtering Florent Clairambault</dc:creator>
		<pubDate>Sun, 21 Jun 2009 19:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversealchemy.net/?p=134#comment-56</guid>
		<description>[...] best sample code I could fin on the net was this one : Creating the SPGridView with sorting and adding [...]</description>
		<content:encoded><![CDATA[<p>[...] best sample code I could fin on the net was this one : Creating the SPGridView with sorting and adding [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Burger</title>
		<link>http://www.reversealchemy.net/blog/2009/05/01/building-a-spgridview-control-part-1-introducing-the-spgridview/comment-page-1/#comment-48</link>
		<dc:creator>Erik Burger</dc:creator>
		<pubDate>Fri, 29 May 2009 13:59:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversealchemy.net/?p=134#comment-48</guid>
		<description>Hi Josh,

Thanks for the compliment, I am glad you liked the article. 

I haven&#039;t faced the particular issue you describe but I have been using TemplateFields in the SPGridView so I might be able to help you out. I&#039;ll try to create your situation, i.e. add a  TemplateField containing a button and see if I can get it to work. If you can send me some (snippets of) code you&#039;re using that&#039;d be great, you can send them to burger.erik at gmail dot com.

Erik</description>
		<content:encoded><![CDATA[<p>Hi Josh,</p>
<p>Thanks for the compliment, I am glad you liked the article. </p>
<p>I haven&#8217;t faced the particular issue you describe but I have been using TemplateFields in the SPGridView so I might be able to help you out. I&#8217;ll try to create your situation, i.e. add a  TemplateField containing a button and see if I can get it to work. If you can send me some (snippets of) code you&#8217;re using that&#8217;d be great, you can send them to burger.erik at gmail dot com.</p>
<p>Erik</p>
]]></content:encoded>
	</item>
</channel>
</rss>
