﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum / StrataFrame Application Framework / WinForms (How do I?)  / binding navigator / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>forum@strataframe.net</webMaster><lastBuildDate>Tue, 02 Dec 2008 16:58:20 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: binding navigator</title><link>http://forum.strataframe.net/Topic2347-7-1.aspx</link><description>No problem.  The BindingNavigator is designed to only work with a System.Windows.Forms.BindingSource, not an IBindingListView, which is what our BusinessBindingSource uses.  You have to add the extra layer in there to get it to work.</description><pubDate>Wed, 23 Aug 2006 08:53:51 GMT</pubDate><dc:creator>Ben Chase</dc:creator></item><item><title>RE: binding navigator</title><link>http://forum.strataframe.net/Topic2347-7-1.aspx</link><description>Oh. Thanks.</description><pubDate>Tue, 22 Aug 2006 19:49:48 GMT</pubDate><dc:creator>Daniel Essin</dc:creator></item><item><title>RE: binding navigator</title><link>http://forum.strataframe.net/Topic2347-7-1.aspx</link><description>You have to use a standard BindingSource in between the BusinessBindingSource and the BindingNavigator like this:&lt;P&gt;&lt;IMG src="http://forum.strataframe.net/Uploads/Images/241c378e-bd61-4093-b2ad-e7f3.png"&gt;&lt;/P&gt;&lt;P&gt;The businessBindngSource.BusinessObject property is set to businessObject1. &lt;/P&gt;&lt;P&gt;The bindingSource1.DataSource property is set to businessBindingSource1.&lt;/P&gt;&lt;P&gt;The bindingNavigator1.BindingSource property is set to bindingSource1.&lt;P&gt;You then set the bindingSource1 as the DataSource of whatever control/grid you're using.</description><pubDate>Tue, 22 Aug 2006 09:29:54 GMT</pubDate><dc:creator>Ben Chase</dc:creator></item><item><title>binding navigator</title><link>http://forum.strataframe.net/Topic2347-7-1.aspx</link><description>How do I use a bindingNavigator with a BusinessBindingSource?&lt;br&gt;&lt;br&gt;Thanks</description><pubDate>Mon, 21 Aug 2006 17:47:14 GMT</pubDate><dc:creator>Daniel Essin</dc:creator></item></channel></rss>