﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » .NET Forums » General .NET Discussion  » Example of master detail with SF and C # using Grid</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 03:12:43 GMT</lastBuildDate><ttl>20</ttl><item><title>Example of master detail with SF and C # using Grid</title><link>http://forum.strataframe.net/FindPost26836.aspx</link><description>&lt;SPAN class=long_text id=result_box&gt;&lt;SPAN title=Olá, style="BACKGROUND-COLOR: #fff" closure_uid_gvlv53="17"&gt;Hi,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=long_text&gt;&lt;SPAN title=Olá, style="BACKGROUND-COLOR: #fff" closure_uid_gvlv53="17"&gt;&lt;BR&gt;&lt;/SPAN&gt;&lt;SPAN title="Preciso converter um ERP feito em Visual Dataflex e estou considerando usar o C# com o Framework StatraFrame." style="BACKGROUND-COLOR: #fff" closure_uid_gvlv53="18"&gt;I need to convert an ERP done in Visual Dataflex and am considering using C # with Framework StatraFrame. &lt;/SPAN&gt;&lt;SPAN title="No momento, estou avaliando o SF, no entanto, não encontrei nenhum exemplo que mostre as funcionalidades de Master+Detail, como por exemplo um pedido de compra." style="BACKGROUND-COLOR: #ebeff9" closure_uid_gvlv53="19"&gt;I am currently evaluating the SF, however, found no example that shows the features of Master Detail, such as a purchase order. &lt;/SPAN&gt;&lt;SPAN title="Agradeceria se alguém disponibilizasse um exemplo." style="BACKGROUND-COLOR: #fff" closure_uid_gvlv53="20"&gt;I would appreciate if someone offers an example.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=long_text&gt;&lt;SPAN title="Agradeceria se alguém disponibilizasse um exemplo." style="BACKGROUND-COLOR: #fff" closure_uid_gvlv53="20"&gt;Thanks&lt;BR&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;</description><pubDate>Tue, 20 Apr 2010 08:56:00 GMT</pubDate><dc:creator>João Evangelista Bezerra de Sousa</dc:creator></item><item><title>RE: Example of master detail with SF and C # using Grid</title><link>http://forum.strataframe.net/FindPost26930.aspx</link><description>Sorry about that João, I misunderstood your original question and didn't notice you were specifically&amp;nbsp;asking about Grids. For that, I would agree 100% with Charles here, take a look at our ListView and StrataListView to see if they would fit your needs,&amp;nbsp;they can save you a lot of time if they will work for you!&amp;nbsp;&lt;P&gt;The ListView is a much simpler way to handle child objects, and the StrataListView gives a lot of control over individual items. Between the two, you can typically do 95% of the work a Grid would usually be used for, with much less complication. Of course, as Charles mentioned, Grids are perfectly compatible with StrataFrame using the BusinessBindingSource, so if you do end up needing one, we can definately make that work, it is just our experience that they sometimes make a simple process more complicated. &lt;/P&gt;&lt;P&gt;Let us know if you run into any issues with the ListViews, or with getting the BusinessBindingSource set up. I'll try not to answer the wrong question next time :).</description><pubDate>Tue, 20 Apr 2010 08:56:00 GMT</pubDate><dc:creator>Dustin Taylor</dc:creator></item><item><title>RE: Example of master detail with SF and C # using Grid</title><link>http://forum.strataframe.net/FindPost26898.aspx</link><description>&lt;SPAN class=long_text id=result_box&gt;&lt;SPAN title="Caro Charles," style="BACKGROUND-COLOR: #fff" closure_uid_gtrpjo="70"&gt;Hi&amp;nbsp;Charles,&lt;BR&gt;&lt;BR&gt;&lt;/SPAN&gt;&lt;SPAN title="Boa tarde!" style="BACKGROUND-COLOR: #fff" closure_uid_gtrpjo="71"&gt;Good afternoon!&lt;BR&gt;&lt;BR&gt;&lt;/SPAN&gt;&lt;SPAN title="Valeu pelas explicações." style="BACKGROUND-COLOR: #ebeff9" closure_uid_gtrpjo="72"&gt;Thanks for the explanations. &lt;/SPAN&gt;&lt;SPAN title="Vou avaliar melhor o componente Listview, bem como, a possibilidade de usar Grid com o componente BusinessBindingSource." style="BACKGROUND-COLOR: #fff" closure_uid_gtrpjo="73"&gt;I will better assess the Listview component, as well as the ability to use Grid component with BusinessBindingSource.&lt;BR&gt;&lt;BR&gt;&lt;/SPAN&gt;&lt;SPAN title="Desde já agradeço pela atenção." style="BACKGROUND-COLOR: #fff" closure_uid_gtrpjo="74"&gt;I thank you for your attention.&lt;/SPAN&gt;&lt;/SPAN&gt;</description><pubDate>Sun, 18 Apr 2010 10:52:29 GMT</pubDate><dc:creator>João Evangelista Bezerra de Sousa</dc:creator></item><item><title>RE: Example of master detail with SF and C # using Grid</title><link>http://forum.strataframe.net/FindPost26897.aspx</link><description>I'll let Dustin answer for Microfour, but this may help :&lt;br&gt;
&lt;br&gt;
The SF Listview is a very sophisticated improvement on the .NET standard listbox and is recommended for displaying data and providing lists of child records which will be used to select a single child which can come up in a single record form for data entry or editing.  There is also a new control - the Stratalistview - that has been completely designed by Microfour.  A few of the datasource things are not hooked up yet (though they can be done manually) but it will be another welcome addition to the framework and should be complete in an upcoming version.&lt;br&gt;
&lt;br&gt;
The .NET grid and datagridview ares not very well suited for data entry  ( the 3rd party controls like Infragistic however are really quite good )&lt;br&gt;
&lt;br&gt;
Fortunately, using a grid, a datagridview or a 3rd party grid in SF is very easy.  Drop a BusinessBindingSource on the form and set its datasource to the businessobject.  The drop on the grid and set its datasource to the BusinessBindingsource.  &lt;br&gt;
&lt;br&gt;
Works very well and you have all the advantages of a SF BO.&lt;br&gt;
&lt;br&gt;
It is worth learning all the things the listview will do first, and then deciding where there are cases you want to do data entry in a grid.  I would recommend avoiding datagridviews and grids for data entry unless you have a good third party control like those from Infragistics, DevExpress, Telerik etc.&lt;br&gt;
&lt;br&gt;
Hope that helps.&lt;br&gt;</description><pubDate>Sat, 17 Apr 2010 19:38:11 GMT</pubDate><dc:creator>Charles R Hankey</dc:creator></item><item><title>RE: Example of master detail with SF and C # using Grid</title><link>http://forum.strataframe.net/FindPost26896.aspx</link><description>&lt;SPAN class=long_text id=result_box&gt;&lt;SPAN title="Olá Justin," style="BACKGROUND-COLOR: #fff" closure_uid_k3lz4q="277"&gt;&lt;SPAN class=long_text id=result_box&gt;&lt;SPAN title="Olá Dustin," style="BACKGROUND-COLOR: #fff" closure_uid_k3lz4q="382"&gt;Hi Dustin,&lt;BR&gt;&lt;BR&gt;&lt;/SPAN&gt;&lt;SPAN title="Boa noite!" style="BACKGROUND-COLOR: #fff" closure_uid_k3lz4q="383"&gt;Good night!&lt;BR&gt;&lt;BR&gt;&lt;/SPAN&gt;&lt;SPAN title="Como você recomendou, fiz o download do StrataFlix e observei que o mesmo não faz uso do componente Grid, mas sim, do componente ListView." style="BACKGROUND-COLOR: #ebeff9" closure_uid_k3lz4q="384"&gt;As you recommended, I downloaded the StrataFlix and noticed that it does not make use of the Grid component, but rather the component ListView.&lt;BR&gt;&lt;BR&gt;&lt;/SPAN&gt;&lt;SPAN title="Vou continuar pesquisando e procurando entender o funcionamento do StrataFrame." style="BACKGROUND-COLOR: #fff" closure_uid_k3lz4q="385"&gt;I'll keep searching and trying to understand the functioning of StrataFrame.&lt;BR&gt;&lt;BR&gt;&lt;/SPAN&gt;&lt;SPAN title="Desde já agradeço por sua atenção." style="BACKGROUND-COLOR: #fff" closure_uid_k3lz4q="386"&gt;I thank you for your attention.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=long_text&gt;&lt;SPAN title="De qualquer forma agradeço por sua atenção." style="BACKGROUND-COLOR: #fff" closure_uid_k3lz4q="280"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;</description><pubDate>Sat, 17 Apr 2010 18:12:14 GMT</pubDate><dc:creator>João Evangelista Bezerra de Sousa</dc:creator></item><item><title>RE: Example of master detail with SF and C # using Grid</title><link>http://forum.strataframe.net/FindPost26855.aspx</link><description>I'd recommend downloading the StrataFlix Sample Appication from the My Downloads area. Included in that app are several reports using Perpetuum Report studio and StrataFrame, which demonstrate Master-Detail reports, style sheets, parent-child relationships, etc. While we don't have that particular report (purchase order), it does show all the pieces and tools that would be necessary to create such a report.&lt;/P&gt;&lt;P&gt;I'd also take a look around the application for other items that interest you. We designed it to be more fully-feature that most samples, so it can go a long way to filling in any blanks regarding what&amp;nbsp;and how StrataFrame ties into a full application's development.&lt;/P&gt;&lt;P&gt;Thanks for your interest!</description><pubDate>Thu, 15 Apr 2010 08:39:47 GMT</pubDate><dc:creator>Dustin Taylor</dc:creator></item></channel></rss>