<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.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>Adjust the datagrid column with in edit mode</title><link>http://msmvps.com/blogs/montaque/archive/2004/04/23/5353.aspx</link><description>void MyGrid_Edit(object sender, DataGridCommandEventArgs e) { MyGrid.EditItemIndex = e.Item.ItemIndex; BindMyGrid(); DataGridItem line = MyGrid.Items[e.Item.ItemIndex]; TextBox tb1 = (TextBox)line.Cells[0].Controls[0]; TextBox tb2 = (TextBox)line.Cells</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>re:Adjust the datagrid column with in edit mode</title><link>http://msmvps.com/blogs/montaque/archive/2004/04/23/5353.aspx#42762</link><pubDate>Sat, 16 Apr 2005 07:36:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:42762</guid><dc:creator>TrackBack</dc:creator><description>^_~&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=42762" width="1" height="1"&gt;</description></item><item><title>re: Adjust the datagrid column with in edit mode</title><link>http://msmvps.com/blogs/montaque/archive/2004/04/23/5353.aspx#26154</link><pubDate>Sat, 18 Dec 2004 05:48:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:26154</guid><dc:creator>Montaque</dc:creator><description>Very good! Smart way to the purpose. I've seen a lot other solution, much complicated than this one.&lt;br&gt;&lt;br&gt;Since I can read Japanese, I viewed the source code and noticed that we don't have to use itemtemplate, instead just use regular boundcolumn, that's it. Btw you also be able to apply your own css class for that editable textbox :-)&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=26154" width="1" height="1"&gt;</description></item><item><title>re: Adjust the datagrid column with in edit mode</title><link>http://msmvps.com/blogs/montaque/archive/2004/04/23/5353.aspx#21355</link><pubDate>Tue, 30 Nov 2004 06:13:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:21355</guid><dc:creator>Montaque</dc:creator><description>great&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=21355" width="1" height="1"&gt;</description></item><item><title>re: Adjust the datagrid column with in edit mode</title><link>http://msmvps.com/blogs/montaque/archive/2004/04/23/5353.aspx#6925</link><pubDate>Sat, 22 May 2004 15:52:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:6925</guid><dc:creator>Montaque</dc:creator><description>Good Idea!!!&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=6925" width="1" height="1"&gt;</description></item></channel></rss>