<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/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>ASP.NET Dynamic Data</title><link>http://forums.asp.net/1145.aspx</link><description>Discussions regarding the new scaffolding framework in ASP.NET</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Move Edit, Details, Delete (col 0) to the Rightmost column of table.</title><link>http://forums.asp.net/thread/3202325.aspx</link><pubDate>Mon, 01 Jun 2009 14:53:43 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3202325</guid><dc:creator>sjnaughton</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3202325.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1145&amp;PostID=3202325</wfw:commentRss><description>&lt;p&gt;your welcome &lt;img src="http://forums.asp.net/emoticons/emotion-2.gif" alt="Big Smile" /&gt;&lt;/p&gt;</description></item><item><title>Re: Move Edit, Details, Delete (col 0) to the Rightmost column of table.</title><link>http://forums.asp.net/thread/3202222.aspx</link><pubDate>Mon, 01 Jun 2009 14:14:58 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3202222</guid><dc:creator>dcannon</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3202222.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1145&amp;PostID=3202222</wfw:commentRss><description>&lt;p&gt;Thank you for the reply. Your last post was what worked for me. The problem I was having is somehow related to the namespace declared in the codebehind preventing the type from being included. I replaced my GridCommand with yours and it works. Thank you for the help.&lt;/p&gt;</description></item><item><title>Re: Move Edit, Details, Delete (col 0) to the Rightmost column of table.</title><link>http://forums.asp.net/thread/3197601.aspx</link><pubDate>Sat, 30 May 2009 00:28:30 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3197601</guid><dc:creator>sjnaughton</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3197601.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1145&amp;PostID=3197601</wfw:commentRss><description>&lt;p&gt;And just to make things easyer here it is on my blog with download: &lt;a href="http://csharpbits.notaclue.net/2009/05/move-command-link-column-to-end-column.html"&gt;Move Command Link Column to End Column – Dynamic Data&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Re: Move Edit, Details, Delete (col 0) to the Rightmost column of table.</title><link>http://forums.asp.net/thread/3197583.aspx</link><pubDate>Sat, 30 May 2009 00:06:39 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3197583</guid><dc:creator>sjnaughton</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3197583.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1145&amp;PostID=3197583</wfw:commentRss><description>&lt;p&gt;I have a sample based on the above mentioned thread if you like send me an e-mail and I&amp;#39;ll send the sample by return.&lt;/p&gt;</description></item><item><title>Re: Move Edit, Details, Delete (col 0) to the Rightmost column of table.</title><link>http://forums.asp.net/thread/3197568.aspx</link><pubDate>Fri, 29 May 2009 23:48:24 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3197568</guid><dc:creator>sjnaughton</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3197568.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1145&amp;PostID=3197568</wfw:commentRss><description>&lt;p&gt;Hi Dcannon, have a look at this thread &lt;a href="http://forums.asp.net/p/1379821/2913829.aspx#2913829"&gt;http://forums.asp.net/p/1379821/2913829.aspx#2913829&lt;/a&gt;&amp;nbsp;this is a solution that should work for you.&lt;/p&gt;</description></item><item><title>Re: Move Edit, Details, Delete (col 0) to the Rightmost column of table.</title><link>http://forums.asp.net/thread/3197210.aspx</link><pubDate>Fri, 29 May 2009 19:26:39 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3197210</guid><dc:creator>dcannon</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3197210.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1145&amp;PostID=3197210</wfw:commentRss><description>&lt;p&gt;Thank you for the reply. The fields are already showing I just want to move them for the GridView generated in the List.aspx pages dynamically for each table.&amp;nbsp; Apparently the only way to do this is to change the IAutoFieldGenerator to add the command field at the end. Which I tried to do the only problem was the GridCommand.ascx Field Template inherited from a resource I don&amp;#39;t have. Either I need to create it or I need to get a library that has the appropriate class.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/fan/images/icon-quote.gif"&gt; &lt;strong&gt;chintanpshah:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;Why don&amp;#39;t you use &amp;lt;asp:CommandField ShowSelect = &amp;quot;true&amp;quot; ShowDelete = &amp;quot;true&amp;quot; ... /&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;</description></item><item><title>Re: Move Edit, Details, Delete (col 0) to the Rightmost column of table.</title><link>http://forums.asp.net/thread/3197092.aspx</link><pubDate>Fri, 29 May 2009 18:28:08 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3197092</guid><dc:creator>chintanpshah</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3197092.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1145&amp;PostID=3197092</wfw:commentRss><description>Why don&amp;#39;t you use &amp;lt;asp:CommandField ShowSelect = &amp;quot;true&amp;quot; ShowDelete = &amp;quot;true&amp;quot; ... /&amp;gt;&lt;br /&gt;</description></item><item><title>Move Edit, Details, Delete (col 0) to the Rightmost column of table.</title><link>http://forums.asp.net/thread/3196770.aspx</link><pubDate>Fri, 29 May 2009 15:45:07 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3196770</guid><dc:creator>dcannon</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3196770.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1145&amp;PostID=3196770</wfw:commentRss><description>&lt;p&gt;I would like to move the edit, details, delete links to the right hand side of the table rows. &lt;/p&gt;
&lt;p&gt;I saw this post which seemed exactly like the answer. So I went ahead and implemented it as described.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://forums.asp.net/p/1379821/2917320.aspx"&gt;http://forums.asp.net/p/1379821/2917320.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;But the GridCommand.ascx file uses Inherits=&amp;quot;DynamicTest.GridCommand&amp;quot;&lt;/p&gt;
&lt;p&gt;I get this when I run one of the pages.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;em&gt;&amp;#39;ASP.dynamicdata_fieldtemplates_gridcommand_ascx&amp;#39; does not inherit from &amp;#39;System.Web.DynamicData.IFieldTemplate&amp;#39;.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Can somebody tell me what this is or where I can find it? I thought it would be in Dynamic Data Futures&amp;nbsp;but I got the 7/16 release&lt;/p&gt;
&lt;p&gt;which I believe is the latest and can&amp;#39;t seem to find it in there.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item></channel></rss>