<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>ASPNetRealWorldContr Work Item Rss Feed</title><link>http://www.codeplex.com/ASPNetRealWorldContr/WorkItem/List.aspx</link><description>ASPNetRealWorldContr Work Item Rss Description</description><item><title>Commented Issue: FrozenGridView header scrolls and doesn't freeze in IE8 [10606]</title><link>http://aspnetrealworldcontr.codeplex.com/workitem/10606</link><description>&amp;#60;p&amp;#62;Using the FrozenGridView control, the header scrolls along with the rest of the grid in IE8.  When you run in Compatibility mode, the control works as expected.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&lt;br /&gt;Comments: ** Comment from web user: MohitKumaPaliwal ** &lt;p&gt;Hi ,&lt;br&gt;I have seen the control behavior header is not fixed in IE8. To fix this issue please add following code in the FrozenGridView.cs file build the control library. Header would be fixed.&lt;/p&gt;&lt;p&gt;protected override void OnRowDataBound(GridViewRowEventArgs e)&lt;br&gt;        {&lt;br&gt;            if (e.Row.RowType == DataControlRowType.Header)&lt;br&gt;            {&lt;br&gt;                HttpContext.Current.Response.Write(&amp;quot;&amp;lt;Div&amp;gt;&amp;quot;);&lt;br&gt;                base.OnRowDataBound(e);&lt;br&gt;                HttpContext.Current.Response.Write(&amp;quot;&amp;lt;/Div&amp;gt;&amp;quot;);&lt;br&gt;            }&lt;br&gt;            else&lt;br&gt;            {&lt;br&gt;                base.OnRowDataBound(e);&lt;br&gt;            }&lt;br&gt;        } &lt;/p&gt;&lt;p&gt;Thanks&lt;br&gt;Mohit Kumar Paliwal&lt;/p&gt;</description><author>MohitKumaPaliwal</author><pubDate>Wed, 10 Oct 2012 12:41:06 GMT</pubDate><guid isPermaLink="false">Commented Issue: FrozenGridView header scrolls and doesn't freeze in IE8 [10606] 20121010124106P</guid></item><item><title>Commented Issue: FrozenGridView header scrolls and doesn't freeze in IE8 [10606]</title><link>http://aspnetrealworldcontr.codeplex.com/workitem/10606</link><description>Using the FrozenGridView control, the header scrolls along with the rest of the grid in IE8.  When you run in Compatibility mode, the control works as expected.&lt;br /&gt;Comments: ** Comment from web user: mgonzales03 ** &lt;p&gt;anyone fix this issue&amp;#63;&lt;/p&gt;</description><author>mgonzales03</author><pubDate>Wed, 05 Oct 2011 17:41:45 GMT</pubDate><guid isPermaLink="false">Commented Issue: FrozenGridView header scrolls and doesn't freeze in IE8 [10606] 20111005054145P</guid></item><item><title>Commented Issue: Insert Row Dropdowns Not Populating [529]</title><link>http://aspnetrealworldcontr.codeplex.com/workitem/529</link><description>I want to use the insert row, but it will not populate my drop down lists with any values.  It will actually insert a row, but I need the drop down lists populated.  Any ideas&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: ronboylan ** &lt;p&gt;Can you post the latest attached file&amp;#63;&lt;/p&gt;</description><author>ronboylan</author><pubDate>Wed, 02 Jun 2010 17:36:21 GMT</pubDate><guid isPermaLink="false">Commented Issue: Insert Row Dropdowns Not Populating [529] 20100602053621P</guid></item><item><title>Commented Issue: Insert Row Dropdowns Not Populating [529]</title><link>http://aspnetrealworldcontr.codeplex.com/workitem/529</link><description>I want to use the insert row, but it will not populate my drop down lists with any values.  It will actually insert a row, but I need the drop down lists populated.  Any ideas&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: ronboylan ** &lt;p&gt;Where are the attached files&amp;#63;&lt;/p&gt;</description><author>ronboylan</author><pubDate>Wed, 02 Jun 2010 17:33:50 GMT</pubDate><guid isPermaLink="false">Commented Issue: Insert Row Dropdowns Not Populating [529] 20100602053350P</guid></item><item><title>Commented Issue: FrozenGridView header scrolls and doesn't freeze in IE8 [10606]</title><link>http://aspnetrealworldcontr.codeplex.com/WorkItem/View.aspx?WorkItemId=10606</link><description>Using the FrozenGridView control, the header scrolls along with the rest of the grid in IE8.  When you run in Compatibility mode, the control works as expected.&lt;br /&gt;Comments: ** Comment from web user: Akeman ** &lt;p&gt;Hello, &lt;/p&gt;&lt;p&gt;is there anyone who can solve this problem&amp;#63;&lt;br /&gt;I have wasted some hours now to find out that FrozenGridView does not work in IE8.&lt;br /&gt;This is quite frustrating.&lt;/p&gt;&lt;p&gt;Stefan&lt;/p&gt;</description><author>Akeman</author><pubDate>Wed, 03 Mar 2010 15:10:36 GMT</pubDate><guid isPermaLink="false">Commented Issue: FrozenGridView header scrolls and doesn't freeze in IE8 [10606] 20100303031036P</guid></item><item><title>Created Issue: How to set programatically set Bindcolumn in Bulk Edi Gridview [10961]</title><link>http://aspnetrealworldcontr.codeplex.com/WorkItem/View.aspx?WorkItemId=10961</link><description>hi&lt;br /&gt;&lt;br /&gt;How to set programatically set Bindcolumn  in Bulk Edi Gridview&amp;#59; Currently it is set in Html source Code like&lt;br /&gt;&lt;br /&gt;  &amp;#60;&lt;br /&gt;                                                                                &amp;#60;asp&amp;#58;TemplateField HeaderText&amp;#61;&amp;#34;DEL&amp;#34; HeaderStyle-Width&amp;#61;&amp;#34;2&amp;#37;&amp;#34;&amp;#62;&lt;br /&gt;                                                                                    &amp;#60;InsertItemTemplate&amp;#62;&lt;br /&gt;                                                                                        &amp;#60;asp&amp;#58;CheckBox ID&amp;#61;&amp;#34;chkIsDeleted&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34; Checked&amp;#61;&amp;#39;&amp;#60;&amp;#37;&amp;#35; Bind&amp;#40;&amp;#34;vpdDeleted&amp;#34;&amp;#41; &amp;#37;&amp;#62;&amp;#39;&lt;br /&gt;                                                                                            CssClass&amp;#61;&amp;#34;CheckBox&amp;#34;&amp;#62;&amp;#60;&amp;#47;asp&amp;#58;CheckBox&amp;#62;&lt;br /&gt;                                                                                    &amp;#60;&amp;#47;InsertItemTemplate&amp;#62;&lt;br /&gt;                                                                                    &amp;#60;EditItemTemplate&amp;#62;&lt;br /&gt;                                                                                        &amp;#60;asp&amp;#58;CheckBox ID&amp;#61;&amp;#34;chkIsDeleted&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34; Checked&amp;#61;&amp;#39;&amp;#60;&amp;#37;&amp;#35; Bind&amp;#40;&amp;#34;vpdDeleted&amp;#34;&amp;#41; &amp;#37;&amp;#62;&amp;#39;&lt;br /&gt;                                                                                            CssClass&amp;#61;&amp;#34;CheckBox&amp;#34;&amp;#62;&amp;#60;&amp;#47;asp&amp;#58;CheckBox&amp;#62;&lt;br /&gt;                                                                                    &amp;#60;&amp;#47;EditItemTemplate&amp;#62;&lt;br /&gt;                                                                                &amp;#60;&amp;#47;asp&amp;#58;TemplateField&amp;#62;&lt;br /&gt;                                                                                 &amp;#60;asp&amp;#58;TemplateField HeaderText&amp;#61;&amp;#34;Changed Amt&amp;#34; HeaderStyle-Width&amp;#61;&amp;#34;8&amp;#37;&amp;#34;&amp;#62;&lt;br /&gt;                                                                                    &amp;#60;InsertItemTemplate&amp;#62;&lt;br /&gt;                                                                                        &amp;#60;asp&amp;#58;TextBox ID&amp;#61;&amp;#34;txtAmount&amp;#34; onkeydown&amp;#61;&amp;#34;return Allow_Numeric&amp;#40;this.id&amp;#41;&amp;#59;&amp;#34; onkeyup&amp;#61;&amp;#34;Sumamt&amp;#40;this.id,&amp;#39;txtAmount&amp;#39;,&amp;#39;txtCurrentAmt&amp;#39;,&amp;#39;txtEstmatedAmt&amp;#39;,&amp;#39;EditableGrid&amp;#39;,&amp;#39;txtTotalAmount&amp;#39;,&amp;#39;txtTotalEstmatedAmt&amp;#39;,&amp;#39;txtTotalCurrentAmt&amp;#39;,&amp;#39;ddlAddDedType&amp;#39;&amp;#41;&amp;#34;&lt;br /&gt;                                                                                            runat&amp;#61;&amp;#34;server&amp;#34; Text&amp;#61;&amp;#39;&amp;#60;&amp;#37;&amp;#35; Bind&amp;#40;&amp;#34;vpdAmount&amp;#34;,&amp;#34;&amp;#123;0&amp;#58;&amp;#35;&amp;#35;.00&amp;#125;&amp;#34;&amp;#41; &amp;#37;&amp;#62;&amp;#39; CssClass&amp;#61;&amp;#34;TextBox&amp;#34;&lt;br /&gt;                                                                                            Width&amp;#61;&amp;#34;90&amp;#37;&amp;#34; MaxLength&amp;#61;&amp;#34;10&amp;#34; Style&amp;#61;&amp;#34;text-align&amp;#58; right&amp;#34;&amp;#62;&amp;#60;&amp;#47;asp&amp;#58;TextBox&amp;#62;&lt;br /&gt;                                                                                    &amp;#60;&amp;#47;InsertItemTemplate&amp;#62;&lt;br /&gt;                                                                                    &amp;#60;EditItemTemplate&amp;#62;&lt;br /&gt;                                                                                        &amp;#60;asp&amp;#58;TextBox ID&amp;#61;&amp;#34;txtAmount&amp;#34; runat&amp;#61;&amp;#34;server&amp;#34; Text&amp;#61;&amp;#39;&amp;#60;&amp;#37;&amp;#35; Bind&amp;#40;&amp;#34;vpdAmount&amp;#34;,&amp;#34;&amp;#123;0&amp;#58;0.00&amp;#125;&amp;#34;&amp;#41; &amp;#37;&amp;#62;&amp;#39;&lt;br /&gt;                                                                                            CssClass&amp;#61;&amp;#34;TextBox&amp;#34; onkeydown&amp;#61;&amp;#34;return Allow_Numeric&amp;#40;this.id&amp;#41;&amp;#59;&amp;#34; onkeyup&amp;#61;&amp;#34;Sumamt&amp;#40;this.id,&amp;#39;txtAmount&amp;#39;,&amp;#39;txtCurrentAmt&amp;#39;,&amp;#39;txtEstmatedAmt&amp;#39;,&amp;#39;EditableGrid&amp;#39;,&amp;#39;txtTotalAmount&amp;#39;,&amp;#39;txtTotalEstmatedAmt&amp;#39;,&amp;#39;txtTotalCurrentAmt&amp;#39;,&amp;#39;ddlAddDedType&amp;#39;&amp;#41;&amp;#34;&lt;br /&gt;                                                                                            Width&amp;#61;&amp;#34;90&amp;#37;&amp;#34; MaxLength&amp;#61;&amp;#34;10&amp;#34; Style&amp;#61;&amp;#34;text-align&amp;#58; right&amp;#34;&amp;#62;&amp;#60;&amp;#47;asp&amp;#58;TextBox&amp;#62;&lt;br /&gt;                                                                                    &amp;#60;&amp;#47;EditItemTemplate&amp;#62;&lt;br /&gt;                                                                                &amp;#60;&amp;#47;asp&amp;#58;TemplateField&amp;#62;&lt;br /&gt;&lt;br /&gt;i wnat to set  Text&amp;#61;&amp;#39;&amp;#60;&amp;#37;&amp;#35; Bind&amp;#40;&amp;#34;vpdAmount&amp;#34;,&amp;#37;&amp;#62;&amp;#39; dynamilcally depends up onthe column &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks &amp;#38; Regards&lt;br /&gt;&lt;br /&gt;p.Muthu Raj&lt;br /&gt;</description><author>muthurajnet</author><pubDate>Thu, 19 Nov 2009 04:11:17 GMT</pubDate><guid isPermaLink="false">Created Issue: How to set programatically set Bindcolumn in Bulk Edi Gridview [10961] 20091119041117A</guid></item><item><title>Created Issue: ASP.NET Real World Controls Grouping Gridview [10700]</title><link>http://aspnetrealworldcontr.codeplex.com/WorkItem/View.aspx?WorkItemId=10700</link><description>ASP.NET Real World Controls&lt;br /&gt;&lt;br /&gt;Grouping Gridview  &amp;#40;Grouping.aspx&amp;#59;&amp;#41; Featch Datas from db only&amp;#59; Not Updating ,Inserting &amp;#59; How to achive this&amp;#63;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;By&lt;br /&gt;&lt;br /&gt;P.Muthu Raj&lt;br /&gt;</description><author>muthurajnet</author><pubDate>Tue, 29 Sep 2009 10:14:45 GMT</pubDate><guid isPermaLink="false">Created Issue: ASP.NET Real World Controls Grouping Gridview [10700] 20090929101445A</guid></item><item><title>Created Issue: Grouping Gridview [10697]</title><link>http://aspnetrealworldcontr.codeplex.com/WorkItem/View.aspx?WorkItemId=10697</link><description>How To use Inserting data using Grouping gridview&amp;#58; Right now It fetch datas from table&amp;#63; Not inserting,Updating&lt;br /&gt;&lt;br /&gt;By&lt;br /&gt;P.Muthu Raj&lt;br /&gt;</description><author>muthurajnet</author><pubDate>Tue, 29 Sep 2009 05:38:43 GMT</pubDate><guid isPermaLink="false">Created Issue: Grouping Gridview [10697] 20090929053843A</guid></item><item><title>Created Issue: Dropdown selected Index Changes [10683]</title><link>http://aspnetrealworldcontr.codeplex.com/WorkItem/View.aspx?WorkItemId=10683</link><description>I am using Bulk edit Gridview&amp;#59; Iam using Dropdown list inside agrid View&amp;#40; It is set as autopostback&amp;#61;true&amp;#41;,text boxes &amp;#40;all of them are inside Insert item Template&amp;#41;&amp;#59;&lt;br /&gt;If i first change some Changes n text box then finally i change dropdown list , it is not Consider as dirty Row&amp;#63;&lt;br /&gt;&lt;br /&gt;How To save this row&amp;#63;&lt;br /&gt;</description><author>muthurajnet</author><pubDate>Thu, 24 Sep 2009 13:55:56 GMT</pubDate><guid isPermaLink="false">Created Issue: Dropdown selected Index Changes [10683] 20090924015556P</guid></item><item><title>Created Issue: FrozenGridView header scrolls and doesn't freeze in IE8 [10606]</title><link>http://aspnetrealworldcontr.codeplex.com/WorkItem/View.aspx?WorkItemId=10606</link><description>Using the FrozenGridView control, the header scrolls along with the rest of the grid in IE8.  When you run in Compatibility mode, the control works as expected.&lt;br /&gt;</description><author>iisystems</author><pubDate>Tue, 08 Sep 2009 23:42:57 GMT</pubDate><guid isPermaLink="false">Created Issue: FrozenGridView header scrolls and doesn't freeze in IE8 [10606] 20090908114257P</guid></item><item><title>Commented Issue: BulkEditGridView causes data loss when using server side validation controls</title><link>http://aspnetrealworldcontr.codeplex.com/WorkItem/View.aspx?WorkItemId=10281</link><description>When using BulkEditGridView along with server side only validation controls &amp;#40;ex. &amp;#60;asp&amp;#58;RequiredFieldValidator EnableClientScript&amp;#61;&amp;#34;False&amp;#34;... &amp;#47;&amp;#62;&amp;#41;, if invalid entries are made in a field, all the users changes are lost.&lt;br /&gt;&lt;br /&gt;This is because GridView.UpdateRow&amp;#40;&amp;#41; checks Page.IsValid and skips updates if it is false, however SaveClicked&amp;#40;&amp;#41; will call DataBind&amp;#40;&amp;#41; regardless of whether the changes were saved, reloading everything from the database.&lt;br /&gt;Comments: ** Comment from web user: kcaswick ** &lt;p&gt;Fixed bug in previous patch where it remembered dirty rows across data binding.&lt;br /&gt;Please see patch &amp;#35;3441 instead. &amp;#40;http&amp;#58;&amp;#47;&amp;#47;aspnetrealworldcontr.codeplex.com&amp;#47;Project&amp;#47;Download&amp;#47;FileDownload.aspx&amp;#63;DownloadId&amp;#61;76905&amp;#41;&lt;/p&gt;</description><author>kcaswick</author><pubDate>Mon, 27 Jul 2009 22:36:32 GMT</pubDate><guid isPermaLink="false">Commented Issue: BulkEditGridView causes data loss when using server side validation controls 20090727103632P</guid></item><item><title>Commented Issue: BulkEditGridView causes data loss when using server side validation controls</title><link>http://aspnetrealworldcontr.codeplex.com/WorkItem/View.aspx?WorkItemId=10281</link><description>When using BulkEditGridView along with server side only validation controls &amp;#40;ex. &amp;#60;asp&amp;#58;RequiredFieldValidator EnableClientScript&amp;#61;&amp;#34;False&amp;#34;... &amp;#47;&amp;#62;&amp;#41;, if invalid entries are made in a field, all the users changes are lost.&lt;br /&gt;&lt;br /&gt;This is because GridView.UpdateRow&amp;#40;&amp;#41; checks Page.IsValid and skips updates if it is false, however SaveClicked&amp;#40;&amp;#41; will call DataBind&amp;#40;&amp;#41; regardless of whether the changes were saved, reloading everything from the database.&lt;br /&gt;Comments: ** Comment from web user: kcaswick ** &lt;p&gt;I&amp;#39;ve uploaded a patch, &amp;#35;3283 &amp;#40;&amp;#91;patch&amp;#58;3283&amp;#93;&amp;#41; that fixes this issue. &lt;br /&gt;Unfortunately the only way I could find to do this reliably ended up adding the dirtyRows list to the viewstate.&lt;br /&gt;&lt;/p&gt;</description><author>kcaswick</author><pubDate>Wed, 08 Jul 2009 22:29:51 GMT</pubDate><guid isPermaLink="false">Commented Issue: BulkEditGridView causes data loss when using server side validation controls 20090708102951P</guid></item><item><title>Created Issue: BulkEditGridView causes data loss when using server side validation controls</title><link>http://aspnetrealworldcontr.codeplex.com/WorkItem/View.aspx?WorkItemId=10281</link><description>When using BulkEditGridView along with server side only validation controls &amp;#40;ex. &amp;#60;asp&amp;#58;RequiredFieldValidator EnableClientScript&amp;#61;&amp;#34;False&amp;#34;... &amp;#47;&amp;#62;&amp;#41;, if invalid entries are made in a field, all the users changes are lost.&lt;br /&gt;&lt;br /&gt;This is because GridView.UpdateRow&amp;#40;&amp;#41; checks Page.IsValid and skips updates if it is false, however SaveClicked&amp;#40;&amp;#41; will call DataBind&amp;#40;&amp;#41; regardless of whether the changes were saved, reloading everything from the database.&lt;br /&gt;</description><author>kcaswick</author><pubDate>Wed, 08 Jul 2009 20:50:16 GMT</pubDate><guid isPermaLink="false">Created Issue: BulkEditGridView causes data loss when using server side validation controls 20090708085016P</guid></item><item><title>Commented Issue: Insert Row Dropdowns Not Populating</title><link>http://aspnetrealworldcontr.codeplex.com/WorkItem/View.aspx?WorkItemId=529</link><description>I want to use the insert row, but it will not populate my drop down lists with any values.  It will actually insert a row, but I need the drop down lists populated.  Any ideas&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: cloud92k ** &lt;p&gt;I&amp;#39;m getting an error &amp;#58; The type specified in the TypeName property of ObjectDataSource &amp;#39;StatesDataSource&amp;#39; could not be found. &lt;br /&gt;&lt;/p&gt;</description><author>cloud92k</author><pubDate>Wed, 08 Jul 2009 20:34:41 GMT</pubDate><guid isPermaLink="false">Commented Issue: Insert Row Dropdowns Not Populating 20090708083441P</guid></item><item><title>Commented Issue: Insert Row Dropdowns Not Populating</title><link>http://aspnetrealworldcontr.codeplex.com/WorkItem/View.aspx?WorkItemId=529</link><description>I want to use the insert row, but it will not populate my drop down lists with any values.  It will actually insert a row, but I need the drop down lists populated.  Any ideas&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: muthurajnet ** &lt;p&gt; hi i cand downlod the attcah file relatet to dropdown list in new rows&amp;#63;&lt;/p&gt;&lt;p&gt;Pleses send a file related to this&lt;br /&gt;P.Muthu raj &lt;/p&gt;</description><author>muthurajnet</author><pubDate>Mon, 08 Jun 2009 10:02:43 GMT</pubDate><guid isPermaLink="false">Commented Issue: Insert Row Dropdowns Not Populating 20090608100243A</guid></item><item><title>Commented Issue: Insert Row Dropdowns Not Populating</title><link>http://aspnetrealworldcontr.codeplex.com/WorkItem/View.aspx?WorkItemId=529</link><description>I want to use the insert row, but it will not populate my drop down lists with any values.  It will actually insert a row, but I need the drop down lists populated.  Any ideas&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: muthurajnet ** &lt;p&gt;Hi i was getting an erro &amp;#39;Exception has been thrown by the target of an invocation.&amp;#39; and &amp;#39;Object reference not set to an instance of an object. &amp;#39;&lt;br /&gt; whe i aam dropdown in new  rows&amp;#58;&lt;br /&gt;I am using dropdown list in side gridview &lt;/p&gt;&lt;p&gt;send on example &lt;br /&gt;Please help me&amp;#58;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;Exception has been thrown by the target of an invocation.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><author>muthurajnet</author><pubDate>Mon, 08 Jun 2009 09:46:04 GMT</pubDate><guid isPermaLink="false">Commented Issue: Insert Row Dropdowns Not Populating 20090608094604A</guid></item><item><title>Commented Issue: FrozenGridView  does not allow using Sorting anymore</title><link>http://aspnetrealworldcontr.codeplex.com/WorkItem/View.aspx?WorkItemId=7144</link><description>As I deployed the FrozenGrid, it was impossible to make Sorting to work, at least for me&amp;#33;&lt;br /&gt;Comments: ** Comment from web user: ChrisPorter ** &lt;p&gt;I am new to the ASP.NET Real World Controls so this might not help, but I downloaded the project, got it running, set AllowSorting&amp;#61;&amp;#34;True&amp;#34; and added SortExpression&amp;#61;&amp;#34;au_lname&amp;#34; to the first column and sorting worked.&lt;/p&gt;</description><author>ChrisPorter</author><pubDate>Mon, 30 Mar 2009 18:41:00 GMT</pubDate><guid isPermaLink="false">Commented Issue: FrozenGridView  does not allow using Sorting anymore 20090330064100P</guid></item><item><title>Created Issue: Should set RequiresDatabinding instead of directly calling DataBind()</title><link>http://www.codeplex.com/ASPNetRealWorldContr/WorkItem/View.aspx?WorkItemId=9180</link><description>http&amp;#58;&amp;#47;&amp;#47;www.codeplex.com&amp;#47;ASPNetRealWorldContr&amp;#47;Thread&amp;#47;View.aspx&amp;#63;ThreadId&amp;#61;43830&lt;br /&gt;</description><author>mattdotson</author><pubDate>Thu, 05 Feb 2009 18:22:17 GMT</pubDate><guid isPermaLink="false">Created Issue: Should set RequiresDatabinding instead of directly calling DataBind() 20090205062217P</guid></item><item><title>Commented Issue: Insert Row Dropdowns Not Populating</title><link>http://www.codeplex.com/ASPNetRealWorldContr/WorkItem/View.aspx?WorkItemId=529</link><description>I want to use the insert row, but it will not populate my drop down lists with any values.  It will actually insert a row, but I need the drop down lists populated.  Any ideas&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: amitabhrjha ** &lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I am using Matt&amp;#39;s wonderful BulkEditGRidView . I have problem while using DropdownList in Insert row. The DropdownList  is not getting populated. &lt;br /&gt;Any suggetsion&amp;#47;snippets will be great&amp;#33;&lt;br /&gt;Regards,&lt;br /&gt;Amitabh&lt;/p&gt;</description><author>amitabhrjha</author><pubDate>Tue, 20 Jan 2009 12:22:31 GMT</pubDate><guid isPermaLink="false">Commented Issue: Insert Row Dropdowns Not Populating 20090120122231P</guid></item><item><title>Created Issue: BulkEditGridView Checkbox Check/Uncheck All</title><link>http://www.codeplex.com/ASPNetRealWorldContr/WorkItem/View.aspx?WorkItemId=7563</link><description>Greetings Intelligencia&amp;#33;&lt;br /&gt;&lt;br /&gt;I&amp;#39;m a newbie building a web app using VS 2008, SQL Server 2000, C&amp;#35; .Net 2.0.  I found and implemented BulkEditGridView which works great.  It contains an updatable Checkbox.  Now I want to add &amp;#39;Check&amp;#47;Uncheck All&amp;#39; logic but I&amp;#39;m messing up somewhere.  I tried the following&amp;#58;&lt;br /&gt;foreach &amp;#40;GridViewRow row in EditableGrid.Rows&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            if &amp;#40;row.RowType &amp;#61;&amp;#61; DataControlRowType.DataRow&amp;#41;&lt;br /&gt;            &amp;#123;&lt;br /&gt;                &amp;#47;&amp;#47; Access the CheckBox&lt;br /&gt;                CheckBox cb &amp;#61; &amp;#40;CheckBox&amp;#41;row.FindControl&amp;#40;&amp;#34;HasSecurity&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;                if &amp;#40;cb &amp;#33;&amp;#61; null&amp;#41;&lt;br /&gt;                    cb.Checked &amp;#61; checkState&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;        &amp;#125;&lt;br /&gt;but DataItem is always null.  Then I found RecursiveFindControl and I think maybe that&amp;#39;s my answer but I don&amp;#39;t know.  As you can probably tell, I know only enough to be dangerous&amp;#33;  &amp;#58;-&amp;#41;&lt;br /&gt;&lt;br /&gt;Any&amp;#47;all help is greatly appreciated&amp;#33;&lt;br /&gt;&lt;br /&gt;Sincerely,&lt;br /&gt;Sam&lt;br /&gt;&lt;br /&gt;P.S.  Please forgive me if I am doing this wrong.  I just joined the group.  Let me know if I have done this the wrong way and I will fix it&amp;#33;&lt;br /&gt;</description><author>sfhou</author><pubDate>Wed, 10 Sep 2008 17:33:56 GMT</pubDate><guid isPermaLink="false">Created Issue: BulkEditGridView Checkbox Check/Uncheck All 20080910053356P</guid></item></channel></rss>