<?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: DataGridView File Name Path Columns</title>
	<atom:link href="http://jrwren.wrenfam.com/blog/2007/09/21/datagridview-file-name-path-columns/feed/" rel="self" type="application/rss+xml" />
	<link>http://jrwren.wrenfam.com/blog/2007/09/21/datagridview-file-name-path-columns/</link>
	<description>babblings of a computer loving fool</description>
	<lastBuildDate>Tue, 24 Jan 2012 03:52:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Pablo Benítez</title>
		<link>http://jrwren.wrenfam.com/blog/2007/09/21/datagridview-file-name-path-columns/comment-page-1/#comment-30041</link>
		<dc:creator>Pablo Benítez</dc:creator>
		<pubDate>Thu, 29 Nov 2007 18:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://jrwren.wrenfam.com/blog/2007/09/21/datagridview-file-name-path-columns/#comment-30041</guid>
		<description>Just, what I was looking for.</description>
		<content:encoded><![CDATA[<p>Just, what I was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Roberts</title>
		<link>http://jrwren.wrenfam.com/blog/2007/09/21/datagridview-file-name-path-columns/comment-page-1/#comment-30007</link>
		<dc:creator>Andrew Roberts</dc:creator>
		<pubDate>Wed, 14 Nov 2007 23:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://jrwren.wrenfam.com/blog/2007/09/21/datagridview-file-name-path-columns/#comment-30007</guid>
		<description>Hi,

I have tried using this code with limited success.  I have a datagridview which is part of a form with a BindingNavigator in place.  I change the data displayed in the DatagridView on each BindingSource_PositionChanged event with this code:

TableAdapter.FillByID(DataTable, ID);

The data is there fine.  However, the buttons do not work correctly. They work on the Record 1 (unless I sort the DGV column), but all subsequent BindingSource records do not work.  In PaintPrivate, RowIndex = -1 which does not make sense.

Can you help?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have tried using this code with limited success.  I have a datagridview which is part of a form with a BindingNavigator in place.  I change the data displayed in the DatagridView on each BindingSource_PositionChanged event with this code:</p>
<p>TableAdapter.FillByID(DataTable, ID);</p>
<p>The data is there fine.  However, the buttons do not work correctly. They work on the Record 1 (unless I sort the DGV column), but all subsequent BindingSource records do not work.  In PaintPrivate, RowIndex = -1 which does not make sense.</p>
<p>Can you help?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

