﻿<?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 - V1 » WinForms (How do I?)  » binding navigator</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Mon, 08 Jun 2026 22:32:17 GMT</lastBuildDate><ttl>20</ttl><item><title>binding navigator</title><link>http://forum.strataframe.net/FindPost2347.aspx</link><description>How do I use a bindingNavigator with a BusinessBindingSource?&lt;br&gt;
&lt;br&gt;
Thanks</description><pubDate>Wed, 23 Aug 2006 08:53:51 GMT</pubDate><dc:creator>Daniel Essin</dc:creator></item><item><title>RE: binding navigator</title><link>http://forum.strataframe.net/FindPost2394.aspx</link><description>No problem.&amp;nbsp; The BindingNavigator is designed to only work with a System.Windows.Forms.BindingSource, not an IBindingListView, which is what our BusinessBindingSource uses.&amp;nbsp; 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>StrataFrame Team</dc:creator></item><item><title>RE: binding navigator</title><link>http://forum.strataframe.net/FindPost2386.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/FindPost2355.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.&amp;nbsp;&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>StrataFrame Team</dc:creator></item></channel></rss>