﻿<?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?)  » Data binding in Information Panel</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Fri, 11 Sep 2026 08:33:37 GMT</lastBuildDate><ttl>20</ttl><item><title>Data binding in Information Panel</title><link>http://forum.strataframe.net/FindPost13661.aspx</link><description>Hi,&lt;br&gt;
I dropped BO which same as defined to BrowseDialog on InformationPanel, and set control data binding. It doesn't seem like the BO is "translated" to InfoPanel.&lt;br&gt;
&lt;br&gt;
Any ideas?&lt;br&gt;
&lt;br&gt;
Thank you</description><pubDate>Thu, 24 Jan 2008 09:00:13 GMT</pubDate><dc:creator>Chan</dc:creator></item><item><title>RE: Data binding in Information Panel</title><link>http://forum.strataframe.net/FindPost13702.aspx</link><description>Correct, there is no design-time data-binding for the InfoPanel classes... it's all handled through the RowChanged event.&amp;nbsp; If you want, you can use a BindingSource (the regular .NET one) to bind all of the controls and within the RowChanged event, just set the bindingSouce.DataSource = e.BusinessObject.</description><pubDate>Thu, 24 Jan 2008 09:00:13 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Data binding in Information Panel</title><link>http://forum.strataframe.net/FindPost13687.aspx</link><description>Hi,&lt;br&gt;
Do you meant the only way to display info at info panel is to assign value to control.text programmatically in rowchanged event? Design time data binding is not supported?</description><pubDate>Wed, 23 Jan 2008 12:12:14 GMT</pubDate><dc:creator>Chan</dc:creator></item><item><title>RE: Data binding in Information Panel</title><link>http://forum.strataframe.net/FindPost13672.aspx</link><description>[quote]It doesn't seem like the BO is "translated" to InfoPanel.&lt;BR&gt;[/quote]&lt;/P&gt;&lt;P&gt;There is no translation that takes place when using the InfoPanel.&amp;nbsp; The business object is passed over in the RowChanged event of the InfoPanel which gives you the BO (already set to the correct record) that has been selected from the results list in the browse dialog.</description><pubDate>Wed, 23 Jan 2008 09:20:39 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>