﻿<?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?)  » Master-Detail Enhanced List</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 17:21:13 GMT</lastBuildDate><ttl>20</ttl><item><title>Master-Detail Enhanced List</title><link>http://forum.strataframe.net/FindPost1869.aspx</link><description>Is there a way to implement the Master-Detail view of the DevExpress grid via the Enhanced List?&amp;nbsp; If so, what is the easiest way to go about this and is there documentation somewhere I can look at?</description><pubDate>Mon, 17 Jul 2006 13:08:25 GMT</pubDate><dc:creator>Andria Jensen</dc:creator></item><item><title>RE: Master-Detail Enhanced List</title><link>http://forum.strataframe.net/FindPost1871.aspx</link><description>The enhanced list was designed as an extended control using a GridView.&amp;nbsp; All of the internal code actually looks at the MainView property, but I am pretty sure there are some strong-typings within the code that expect the behavior of a GridView.&amp;nbsp; So the answer is "No."&amp;nbsp; You can however do this with a standard DevExpress grid and use the CurrentView or CurrentDataTable property of a BO as the data source.&amp;nbsp; If you do this then you will be able to use any of the views supported by a DevExpress grid.</description><pubDate>Mon, 17 Jul 2006 13:08:25 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>