<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.sharepointblogs.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Bob&amp;#39;s SharePoint Bonanza - All Comments</title><link>http://www.sharepointblogs.com/bobsbonanza/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007 SP2 (Build: 20611.960)</generator><item><title>re: Filtering with SPGridView</title><link>http://www.sharepointblogs.com/bobsbonanza/archive/2007/07/02/filtering-with-spgridview.aspx#23467</link><pubDate>Fri, 28 Nov 2008 13:58:41 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:23467</guid><dc:creator>Tom</dc:creator><description>&lt;p&gt;Arun, Nik and Nakago, I haven't tried this out myself, but the solution for the &amp;quot;adding multiple SPGridView Web Parts on one page&amp;quot; problem seems pretty easy for me... As the current filter and sort values are being saved in the ViewState, you need to make sure to use other ID's to save these for your different WebParts. I'm afraid you'll have to make a &amp;quot;GridView1&amp;quot; and &amp;quot;GridView2&amp;quot; for example, where the only difference is that they use other ID's, so there is no conflict anymore... (the &amp;quot;ID&amp;quot; I'm talking about is for example the &amp;quot;FilterExpression&amp;quot; in &amp;quot;ViewState[&amp;quot;FilterExpression&amp;quot;] &amp;quot;).&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=23467" width="1" height="1"&gt;</description></item><item><title>re: Filtering with SPGridView</title><link>http://www.sharepointblogs.com/bobsbonanza/archive/2007/07/02/filtering-with-spgridview.aspx#23201</link><pubDate>Thu, 20 Nov 2008 10:13:58 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:23201</guid><dc:creator>James</dc:creator><description>&lt;p&gt;Babangida,&lt;/p&gt;
&lt;p&gt;For reference &lt;/p&gt;
&lt;p&gt;e.g.&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;Columns&amp;gt;&lt;/p&gt;
&lt;p&gt;	&amp;lt;SharePointWebControls:SPBoundField DataField=&amp;quot;__spTitle&amp;quot; HeaderText=&amp;quot;Title&amp;quot;&amp;gt; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;	 &amp;nbsp; &amp;lt;itemstyle width=&amp;quot;100px&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;/SharePointWebControls:SPBoundField&amp;gt; &amp;nbsp;&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=23201" width="1" height="1"&gt;</description></item><item><title>re: Deploying site columns and content types to sharepoint webs</title><link>http://www.sharepointblogs.com/bobsbonanza/archive/2007/12/17/deploying-site-columns-and-content-types-to-sharepoint-webs.aspx#23070</link><pubDate>Sun, 16 Nov 2008 13:28:01 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:23070</guid><dc:creator>Merlin, J</dc:creator><description>&lt;p&gt;Hey great post!!!... can u please post the example invoking all the calls?&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=23070" width="1" height="1"&gt;</description></item><item><title>re: Filtering with SPGridView</title><link>http://www.sharepointblogs.com/bobsbonanza/archive/2007/07/02/filtering-with-spgridview.aspx#22022</link><pubDate>Fri, 17 Oct 2008 03:00:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:22022</guid><dc:creator>Eric</dc:creator><description>&lt;p&gt;After 2 days researching. I found out that the filtering function would not work if when paging function is enabled.&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=22022" width="1" height="1"&gt;</description></item><item><title>re: Filtering with SPGridView</title><link>http://www.sharepointblogs.com/bobsbonanza/archive/2007/07/02/filtering-with-spgridview.aspx#21423</link><pubDate>Tue, 30 Sep 2008 13:15:40 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:21423</guid><dc:creator>Nakago</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I got a few more info about my problem while attempting to debug my code.&lt;/p&gt;
&lt;p&gt;I clicked on the button &amp;quot;Clear filter from &amp;lt;column name&amp;gt;&amp;quot; in the dropdown menu of one of my SPGridView columns' header, and checked the parameters in the HttpContext.Current.Request (i'll call this object request to make my post more readable).&lt;/p&gt;
&lt;p&gt;And I saw that request.Form[&amp;quot;__EVENTTARGET&amp;quot;] = ctl00$PlaceHolderMain$GridView1$GridView1 so it contains the id of the first SPGridView I put on my page, even if I tried to clear filter from the second SPGridView.&lt;/p&gt;
&lt;p&gt;If I'm not wrong, this parameter should be the id of my second SPGridView, not the first one (so it should be something like ctl00$PlaceHolderMain$GridView2$GridView2), isn't it ? Does anyone has any idea to have the correct parameter here ? (Visual Studio debugger doesn't allow me to change this value at runtime, so I'm not sure it will solve my problem, but I think it's the path to the answer).&lt;/p&gt;
&lt;p&gt;Any help is welcome.&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=21423" width="1" height="1"&gt;</description></item><item><title>re: Filtering with SPGridView</title><link>http://www.sharepointblogs.com/bobsbonanza/archive/2007/07/02/filtering-with-spgridview.aspx#21392</link><pubDate>Mon, 29 Sep 2008 16:21:26 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:21392</guid><dc:creator>Nakago</dc:creator><description>&lt;p&gt;Hi everyone,&lt;/p&gt;
&lt;p&gt;I'm facing the same problem Arun and Nik experiment : everything works great when there's only one instance of the webpart on my page, but when I put two of them, I observe a strange behaviour. Setting a filter is ok, but clearing a filter or sorting on a column is always done on the first webpart, no matter which one I wanted to sort or clear filter.&lt;/p&gt;
&lt;p&gt;Does anyone has any idea to solve this problem ? I've been testing for three days and didn't find anything.&lt;/p&gt;
&lt;p&gt;Thanks for any help.&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=21392" width="1" height="1"&gt;</description></item><item><title>SPGridView – sposób wykorzystania oraz ograniczenia</title><link>http://www.sharepointblogs.com/bobsbonanza/archive/2007/07/02/filtering-with-spgridview.aspx#21172</link><pubDate>Tue, 23 Sep 2008 22:33:48 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:21172</guid><dc:creator>.neting in the free world</dc:creator><description>&lt;p&gt;Nie raz już w r&amp;#243;żnych przypadkach podawałem wam linki odnoszące się do SPGridView , pora się temu trochę&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=21172" width="1" height="1"&gt;</description></item><item><title>re: Filtering with SPGridView</title><link>http://www.sharepointblogs.com/bobsbonanza/archive/2007/07/02/filtering-with-spgridview.aspx#21134</link><pubDate>Tue, 23 Sep 2008 08:27:04 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:21134</guid><dc:creator>Mahmoud</dc:creator><description>&lt;p&gt;Can you please explain how can i set the objectDataSource TypeName property?&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=21134" width="1" height="1"&gt;</description></item><item><title>re: Filtering with SPGridView</title><link>http://www.sharepointblogs.com/bobsbonanza/archive/2007/07/02/filtering-with-spgridview.aspx#20956</link><pubDate>Tue, 16 Sep 2008 23:09:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:20956</guid><dc:creator>Edward M.</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;After a full day I was unable to get your example working.&lt;/p&gt;
&lt;p&gt;Anyway you could post the full project or email it to me?&lt;/p&gt;
&lt;p&gt;I know how that sounds, sorry.&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=20956" width="1" height="1"&gt;</description></item><item><title>re: Filtering with SPGridView</title><link>http://www.sharepointblogs.com/bobsbonanza/archive/2007/07/02/filtering-with-spgridview.aspx#20283</link><pubDate>Thu, 28 Aug 2008 08:38:51 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:20283</guid><dc:creator>sunil</dc:creator><description>&lt;p&gt;i have 2 dropdown lists Company and Client which are populated from SQL database, i am not able to see the Client DropDown refreshing when I select the Company. Please let me know what is missing from my code below&lt;/p&gt;
&lt;p&gt;	&amp;lt;asp:DropDownList runat=&amp;quot;server&amp;quot; id=&amp;quot;ddlCompany&amp;quot; DataSourceID=&amp;quot;SqlDataSource1&amp;quot; DataTextField=&amp;quot;CompanyName&amp;quot; DataValueField=&amp;quot;ID&amp;quot; AutoPostBack=&amp;quot;True&amp;quot; DataMember=&amp;quot;DefaultView&amp;quot; AppendDataBoundItems=&amp;quot;True&amp;quot;&amp;gt;&amp;lt;/asp:DropDownList&amp;gt;&lt;/p&gt;
&lt;p&gt;	&amp;lt;asp:DropDownList runat=&amp;quot;server&amp;quot; ID=&amp;quot;ddlClientName&amp;quot; DataSourceID=&amp;quot;dsClientInfo&amp;quot; DataTextField=&amp;quot;FirstName&amp;quot; DataValueField=&amp;quot;ID&amp;quot; AutoPostBack=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/asp:DropDownList&amp;gt;&lt;/p&gt;
&lt;p&gt;	 	&amp;lt;asp:sqldatasource&lt;/p&gt;
&lt;p&gt;		 &amp;nbsp;id=&amp;quot;SqlDataSourceCtrl&amp;quot;&lt;/p&gt;
&lt;p&gt;		 &amp;nbsp;runat=&amp;quot;server&amp;quot;&lt;/p&gt;
&lt;p&gt;		 &amp;nbsp;ConnectionString=&amp;quot;Data Source=MDS\SQLEXPRESS;User ID=sa;Password=qwerty;Initial Catalog=HanInfo;&amp;quot; &lt;/p&gt;
&lt;p&gt;		 &amp;nbsp;selectcommand=&amp;quot;SELECT * FROM tb_Client WHERE CompanyID = @CID&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;	 &amp;nbsp;&amp;lt;selectparameters&amp;gt;&lt;/p&gt;
&lt;p&gt;	 &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;asp:controlparameter name=&amp;quot;CID&amp;quot; controlid=&amp;quot;ddlCompany&amp;quot; &amp;nbsp;propertyname=&amp;quot;SelectedValue&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;	 &amp;nbsp;&amp;lt;/selectparameters&amp;gt;&lt;/p&gt;
&lt;p&gt;		&amp;lt;FilterParameters&amp;gt;&lt;/p&gt;
&lt;p&gt;			&amp;lt;asp:controlparameter ControlID=&amp;quot;ddlCompany&amp;quot; PropertyName=&amp;quot;SelectedValue&amp;quot; DefaultValue=&amp;quot;2&amp;quot; Name=&amp;quot;fltCID&amp;quot; Type=&amp;quot;Int16&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;		&amp;lt;/FilterParameters&amp;gt;&lt;/p&gt;
&lt;p&gt;	&amp;lt;/asp:sqldatasource&amp;gt;&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=20283" width="1" height="1"&gt;</description></item><item><title>How to: Professionelle Datenanzeige mit dem Control SPGridView - Meine SharePoint-Notizen</title><link>http://www.sharepointblogs.com/bobsbonanza/archive/2007/07/02/filtering-with-spgridview.aspx#20113</link><pubDate>Fri, 22 Aug 2008 11:20:23 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:20113</guid><dc:creator>How to: Professionelle Datenanzeige mit dem Control SPGridView - Meine SharePoint-Notizen</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;How to: Professionelle Datenanzeige mit dem Control SPGridView - Meine SharePoint-Notizen&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=20113" width="1" height="1"&gt;</description></item><item><title>re: Filtering with SPGridView</title><link>http://www.sharepointblogs.com/bobsbonanza/archive/2007/07/02/filtering-with-spgridview.aspx#20066</link><pubDate>Thu, 21 Aug 2008 13:06:34 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:20066</guid><dc:creator>Oliver Wirkus</dc:creator><description>&lt;p&gt;Just got it done! I managed to get the little cone icon diplayed just next to the filtered column.&lt;/p&gt;
&lt;p&gt;If anybody is interessted in how to do it, just have a look on my article - here is the link:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.sharepointblogs.com/wirkus/archive/2008/08/21/how-to-professionelle-datenanzeige-mit-dem-control-spgridview.aspx"&gt;www.sharepointblogs.com/.../how-to-professionelle-datenanzeige-mit-dem-control-spgridview.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks to Robert - without his post I would have had more trouble with my little SPGridView-demo.&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=20066" width="1" height="1"&gt;</description></item><item><title>re: Filtering with SPGridView</title><link>http://www.sharepointblogs.com/bobsbonanza/archive/2007/07/02/filtering-with-spgridview.aspx#19947</link><pubDate>Mon, 18 Aug 2008 13:51:59 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:19947</guid><dc:creator>Oliver Wirkus</dc:creator><description>&lt;p&gt;Very good work :-)&lt;/p&gt;
&lt;p&gt;The only thing I'm missing is the little filter icon indicating that the data that is displayed is filtered.&lt;/p&gt;
&lt;p&gt;Does anybody know how to add this little icon in case filtering is active?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Oliver&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=19947" width="1" height="1"&gt;</description></item><item><title>re: Filtering with SPGridView</title><link>http://www.sharepointblogs.com/bobsbonanza/archive/2007/07/02/filtering-with-spgridview.aspx#19942</link><pubDate>Mon, 18 Aug 2008 10:55:45 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:19942</guid><dc:creator>Tester</dc:creator><description>&lt;p&gt;:-)&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=19942" width="1" height="1"&gt;</description></item><item><title>re: Filtering with SPGridView</title><link>http://www.sharepointblogs.com/bobsbonanza/archive/2007/07/02/filtering-with-spgridview.aspx#19929</link><pubDate>Mon, 18 Aug 2008 07:12:57 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:19929</guid><dc:creator>Nik</dc:creator><description>&lt;p&gt;Hi Bob,&lt;/p&gt;
&lt;p&gt;Same problem here.&lt;/p&gt;
&lt;p&gt;When there is only one webpart in the page, everything works fine. But when one more is added, sorting is becoming weired. When sorting menu item of the second webpart is clicked, the first webpart gets sorted. The webpart on wheich the drop down menu item is clicked remains unchanged. But sorting works when the column title is clicked instead of the dropdown menu.&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=19929" width="1" height="1"&gt;</description></item><item><title>re: Filtering with SPGridView</title><link>http://www.sharepointblogs.com/bobsbonanza/archive/2007/07/02/filtering-with-spgridview.aspx#19883</link><pubDate>Fri, 15 Aug 2008 10:16:58 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:19883</guid><dc:creator>Arun</dc:creator><description>&lt;p&gt;Hello Bob, &lt;/p&gt;
&lt;p&gt;Thank you for sharing the information.&lt;/p&gt;
&lt;p&gt;I have a problem with Sorting of SPGridView control in a custom webpart. At first, sorting of SPGridView works perfectly when I click on the column header link as well as dropdown menu item. &lt;/p&gt;
&lt;p&gt;But if I place more than one instance of same webpart in a page, I am experiencing a strange problem when the drop down menu is used for sorting selection. No matter what webpart instance is clicked,it only sorts the FIRST webpart in the page. Also there is no problem when the column header link is clicked, it works fine. &lt;/p&gt;
&lt;p&gt;I tried many workarounds, but couldn’t solve the issue. Is this happens with multiple gridviews in a same page?&lt;/p&gt;
&lt;p&gt;I&lt;/p&gt;
&lt;p&gt;Please help me.&lt;/p&gt;
&lt;p&gt;Thanks in advance!&lt;/p&gt;
&lt;p&gt;-Arun&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=19883" width="1" height="1"&gt;</description></item><item><title>用SPGridView显示SharePoint内容</title><link>http://www.sharepointblogs.com/bobsbonanza/archive/2007/07/02/filtering-with-spgridview.aspx#19335</link><pubDate>Wed, 30 Jul 2008 09:50:07 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:19335</guid><dc:creator>Joycode@Ab110.com</dc:creator><description>&lt;p&gt;&amp;amp;#160;&amp;amp;#160;&amp;amp;#160; 我们在SharePoint上查看列表视图的时候，默认的那个Web部件（ListViewWebPart）提供了丰富且友好的功能，可以在上面进行排序、筛选等操作，每个列表条目上还有一个友好的下拉菜单&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=19335" width="1" height="1"&gt;</description></item><item><title>re: Filtering with SPGridView</title><link>http://www.sharepointblogs.com/bobsbonanza/archive/2007/07/02/filtering-with-spgridview.aspx#19242</link><pubDate>Sun, 27 Jul 2008 08:35:14 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:19242</guid><dc:creator>Dudi Nissan</dc:creator><description>&lt;p&gt;I solve the problem myself:&lt;/p&gt;
&lt;p&gt;I did the databinding in the CreateChildControls method after Controls.Add(SPGridiew).&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=19242" width="1" height="1"&gt;</description></item><item><title>re: Filtering with SPGridView</title><link>http://www.sharepointblogs.com/bobsbonanza/archive/2007/07/02/filtering-with-spgridview.aspx#19224</link><pubDate>Fri, 25 Jul 2008 19:30:50 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:19224</guid><dc:creator>Dudi Nissan</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;If I do the databinding in the Render method, I get &amp;quot;Object Reference&amp;quot; exception because the SPGridView is null.&lt;/p&gt;
&lt;p&gt;If I do the databinding in the CreateChildControls method, I get the following error: &amp;quot;The SPGridView control 'mySPGrid' does not have a naming container. &amp;nbsp;Ensure that the control is added to the page before calling DataBind&amp;quot;&lt;/p&gt;
&lt;p&gt;Any Ideas?&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=19224" width="1" height="1"&gt;</description></item><item><title>re: Filtering with SPGridView</title><link>http://www.sharepointblogs.com/bobsbonanza/archive/2007/07/02/filtering-with-spgridview.aspx#19028</link><pubDate>Mon, 21 Jul 2008 13:46:03 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:19028</guid><dc:creator>Terrabit - Alex</dc:creator><description>&lt;p&gt;Hi guys,&lt;/p&gt;
&lt;p&gt;here an sample for filtering columns with different datatype:&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;oGrid.DataKeyNames = new string&lt;img src="http://www.sharepointblogs.com/emoticons/emotion-14.gif" alt="Devil" /&gt; { &amp;quot;Status&amp;quot;, &amp;quot;ProdOrderNo&amp;quot;, &amp;quot;RoutingReferenceNo&amp;quot;, &amp;quot;RoutingNo&amp;quot;, &amp;quot;OperationNo&amp;quot;, &amp;quot;Description&amp;quot; };&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;oGrid.FilterDataFields = &amp;quot;,StartingDate,EndingDate,RoutingStatus&amp;quot;;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;oGrid.FilteredDataSourcePropertyName = &amp;quot;FilterExpression&amp;quot;;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;oGrid.FilteredDataSourcePropertyFormat = &amp;quot;IIF('{1}' = 'StartingDate' OR '{1}' = 'EndingDate',{1} = '#{0}#',{1} = '{0}')&amp;quot;;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;oGrid.AllowFiltering = true;&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=19028" width="1" height="1"&gt;</description></item><item><title>re: Filtering with SPGridView</title><link>http://www.sharepointblogs.com/bobsbonanza/archive/2007/07/02/filtering-with-spgridview.aspx#18198</link><pubDate>Mon, 30 Jun 2008 10:11:15 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:18198</guid><dc:creator>Seamus</dc:creator><description>&lt;p&gt;Thanks... Allan asked&lt;/p&gt;
&lt;p&gt;I am trying to get the code working with a DataView instance instead of the ObjectDataSource, but by some it reason I can't get it running. Shouldn't that be possible?&lt;/p&gt;
&lt;p&gt;Has anyone tried to use a DataView with the code?&lt;/p&gt;
&lt;p&gt;I need the same - did anyone have any success?&lt;/p&gt;
&lt;p&gt;Best wishes&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=18198" width="1" height="1"&gt;</description></item><item><title>re: Filtering with SPGridView</title><link>http://www.sharepointblogs.com/bobsbonanza/archive/2007/07/02/filtering-with-spgridview.aspx#17438</link><pubDate>Tue, 10 Jun 2008 04:10:26 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:17438</guid><dc:creator>Moorthy</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Currently i can able to GroupFields in GridView and if I enable sorting then more than one Grouping for single groupfield appears.&lt;/p&gt;
&lt;p&gt;I need to Sort items within GroupField.&lt;/p&gt;
&lt;p&gt;Pls help me.&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=17438" width="1" height="1"&gt;</description></item><item><title>re: Filtering with SPGridView</title><link>http://www.sharepointblogs.com/bobsbonanza/archive/2007/07/02/filtering-with-spgridview.aspx#17405</link><pubDate>Mon, 09 Jun 2008 12:41:53 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:17405</guid><dc:creator>Moorthy</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Currently i have enabled Grouping and sorting in SPGridView.&lt;/p&gt;
&lt;p&gt;I need to sort the items based on Group field but for me the items got sorted and then its getting grouped.&lt;/p&gt;
&lt;p&gt;Pls help me to Sort the items based on Grouping.&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=17405" width="1" height="1"&gt;</description></item><item><title>Custom Filters in SPGridView &amp;laquo; Ketul&amp;#8217;s Weblog</title><link>http://www.sharepointblogs.com/bobsbonanza/archive/2007/07/02/filtering-with-spgridview.aspx#17087</link><pubDate>Fri, 30 May 2008 22:59:02 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:17087</guid><dc:creator>Custom Filters in SPGridView « Ketul’s Weblog</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Custom Filters in SPGridView &amp;amp;laquo; Ketul&amp;amp;#8217;s Weblog&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=17087" width="1" height="1"&gt;</description></item><item><title>re: Filtering with SPGridView</title><link>http://www.sharepointblogs.com/bobsbonanza/archive/2007/07/02/filtering-with-spgridview.aspx#16946</link><pubDate>Wed, 28 May 2008 11:26:21 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:16946</guid><dc:creator>Dinesh</dc:creator><description>&lt;p&gt;Very good post&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=16946" width="1" height="1"&gt;</description></item></channel></rss>